Class: Aws::Types::DescribeTransformJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTransformJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
-
#batch_strategy ⇒ "MultiRecord", "SingleRecord"
Returns the value of attribute batch_strategy.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_capture_config ⇒ Types::BatchDataCaptureConfig
Returns the value of attribute data_capture_config.
-
#data_processing ⇒ Types::DataProcessing
Returns the value of attribute data_processing.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#labeling_job_arn ⇒ ::String
Returns the value of attribute labeling_job_arn.
-
#max_concurrent_transforms ⇒ ::Integer
Returns the value of attribute max_concurrent_transforms.
-
#max_payload_in_mb ⇒ ::Integer
Returns the value of attribute max_payload_in_mb.
-
#model_client_config ⇒ Types::ModelClientConfig
Returns the value of attribute model_client_config.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#transform_end_time ⇒ ::Time
Returns the value of attribute transform_end_time.
-
#transform_input ⇒ Types::TransformInput
Returns the value of attribute transform_input.
-
#transform_job_arn ⇒ ::String
Returns the value of attribute transform_job_arn.
-
#transform_job_name ⇒ ::String
Returns the value of attribute transform_job_name.
-
#transform_job_status ⇒ "InProgress", ...
Returns the value of attribute transform_job_status.
-
#transform_output ⇒ Types::TransformOutput
Returns the value of attribute transform_output.
-
#transform_resources ⇒ Types::TransformResources
Returns the value of attribute transform_resources.
-
#transform_start_time ⇒ ::Time
Returns the value of attribute transform_start_time.
Instance Attribute Details
#auto_ml_job_arn ⇒ ::String
Returns the value of attribute auto_ml_job_arn.
5294 5295 5296 |
# File 'sig/types.rbs', line 5294 def auto_ml_job_arn @auto_ml_job_arn end |
#batch_strategy ⇒ "MultiRecord", "SingleRecord"
Returns the value of attribute batch_strategy.
5284 5285 5286 |
# File 'sig/types.rbs', line 5284 def batch_strategy @batch_strategy end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5290 5291 5292 |
# File 'sig/types.rbs', line 5290 def creation_time @creation_time end |
#data_capture_config ⇒ Types::BatchDataCaptureConfig
Returns the value of attribute data_capture_config.
5288 5289 5290 |
# File 'sig/types.rbs', line 5288 def data_capture_config @data_capture_config end |
#data_processing ⇒ Types::DataProcessing
Returns the value of attribute data_processing.
5295 5296 5297 |
# File 'sig/types.rbs', line 5295 def data_processing @data_processing end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
5285 5286 5287 |
# File 'sig/types.rbs', line 5285 def environment @environment end |
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
5296 5297 5298 |
# File 'sig/types.rbs', line 5296 def experiment_config @experiment_config end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
5279 5280 5281 |
# File 'sig/types.rbs', line 5279 def failure_reason @failure_reason end |
#labeling_job_arn ⇒ ::String
Returns the value of attribute labeling_job_arn.
5293 5294 5295 |
# File 'sig/types.rbs', line 5293 def labeling_job_arn @labeling_job_arn end |
#max_concurrent_transforms ⇒ ::Integer
Returns the value of attribute max_concurrent_transforms.
5281 5282 5283 |
# File 'sig/types.rbs', line 5281 def max_concurrent_transforms @max_concurrent_transforms end |
#max_payload_in_mb ⇒ ::Integer
Returns the value of attribute max_payload_in_mb.
5283 5284 5285 |
# File 'sig/types.rbs', line 5283 def max_payload_in_mb @max_payload_in_mb end |
#model_client_config ⇒ Types::ModelClientConfig
Returns the value of attribute model_client_config.
5282 5283 5284 |
# File 'sig/types.rbs', line 5282 def model_client_config @model_client_config end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
5280 5281 5282 |
# File 'sig/types.rbs', line 5280 def model_name @model_name end |
#transform_end_time ⇒ ::Time
Returns the value of attribute transform_end_time.
5292 5293 5294 |
# File 'sig/types.rbs', line 5292 def transform_end_time @transform_end_time end |
#transform_input ⇒ Types::TransformInput
Returns the value of attribute transform_input.
5286 5287 5288 |
# File 'sig/types.rbs', line 5286 def transform_input @transform_input end |
#transform_job_arn ⇒ ::String
Returns the value of attribute transform_job_arn.
5277 5278 5279 |
# File 'sig/types.rbs', line 5277 def transform_job_arn @transform_job_arn end |
#transform_job_name ⇒ ::String
Returns the value of attribute transform_job_name.
5276 5277 5278 |
# File 'sig/types.rbs', line 5276 def transform_job_name @transform_job_name end |
#transform_job_status ⇒ "InProgress", ...
Returns the value of attribute transform_job_status.
5278 5279 5280 |
# File 'sig/types.rbs', line 5278 def transform_job_status @transform_job_status end |
#transform_output ⇒ Types::TransformOutput
Returns the value of attribute transform_output.
5287 5288 5289 |
# File 'sig/types.rbs', line 5287 def transform_output @transform_output end |
#transform_resources ⇒ Types::TransformResources
Returns the value of attribute transform_resources.
5289 5290 5291 |
# File 'sig/types.rbs', line 5289 def transform_resources @transform_resources end |
#transform_start_time ⇒ ::Time
Returns the value of attribute transform_start_time.
5291 5292 5293 |
# File 'sig/types.rbs', line 5291 def transform_start_time @transform_start_time end |