Class: Aws::Types::BatchInferenceJob
- Inherits:
-
Object
- Object
- Aws::Types::BatchInferenceJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_inference_job_arn ⇒ ::String
Returns the value of attribute batch_inference_job_arn.
-
#batch_inference_job_config ⇒ Types::BatchInferenceJobConfig
Returns the value of attribute batch_inference_job_config.
-
#batch_inference_job_mode ⇒ "BATCH_INFERENCE", "THEME_GENERATION"
Returns the value of attribute batch_inference_job_mode.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
-
#job_input ⇒ Types::BatchInferenceJobInput
Returns the value of attribute job_input.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_output ⇒ Types::BatchInferenceJobOutput
Returns the value of attribute job_output.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#theme_generation_config ⇒ Types::ThemeGenerationConfig
Returns the value of attribute theme_generation_config.
Instance Attribute Details
#batch_inference_job_arn ⇒ ::String
Returns the value of attribute batch_inference_job_arn.
49 50 51 |
# File 'sig/types.rbs', line 49 def batch_inference_job_arn @batch_inference_job_arn end |
#batch_inference_job_config ⇒ Types::BatchInferenceJobConfig
Returns the value of attribute batch_inference_job_config.
56 57 58 |
# File 'sig/types.rbs', line 56 def batch_inference_job_config @batch_inference_job_config end |
#batch_inference_job_mode ⇒ "BATCH_INFERENCE", "THEME_GENERATION"
Returns the value of attribute batch_inference_job_mode.
58 59 60 |
# File 'sig/types.rbs', line 58 def batch_inference_job_mode @batch_inference_job_mode end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
61 62 63 |
# File 'sig/types.rbs', line 61 def creation_date_time @creation_date_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
51 52 53 |
# File 'sig/types.rbs', line 51 def failure_reason @failure_reason end |
#filter_arn ⇒ ::String
Returns the value of attribute filter_arn.
50 51 52 |
# File 'sig/types.rbs', line 50 def filter_arn @filter_arn end |
#job_input ⇒ Types::BatchInferenceJobInput
Returns the value of attribute job_input.
54 55 56 |
# File 'sig/types.rbs', line 54 def job_input @job_input end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
48 49 50 |
# File 'sig/types.rbs', line 48 def job_name @job_name end |
#job_output ⇒ Types::BatchInferenceJobOutput
Returns the value of attribute job_output.
55 56 57 |
# File 'sig/types.rbs', line 55 def job_output @job_output end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
62 63 64 |
# File 'sig/types.rbs', line 62 def last_updated_date_time @last_updated_date_time end |
#num_results ⇒ ::Integer
Returns the value of attribute num_results.
53 54 55 |
# File 'sig/types.rbs', line 53 def num_results @num_results end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
57 58 59 |
# File 'sig/types.rbs', line 57 def role_arn @role_arn end |
#solution_version_arn ⇒ ::String
Returns the value of attribute solution_version_arn.
52 53 54 |
# File 'sig/types.rbs', line 52 def solution_version_arn @solution_version_arn end |
#status ⇒ ::String
Returns the value of attribute status.
60 61 62 |
# File 'sig/types.rbs', line 60 def status @status end |
#theme_generation_config ⇒ Types::ThemeGenerationConfig
Returns the value of attribute theme_generation_config.
59 60 61 |
# File 'sig/types.rbs', line 59 def theme_generation_config @theme_generation_config end |