Module: Aws::SageMaker::Client::_DescribeTransformJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTransformJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auto_ml_job_arn ⇒ ::String
- #batch_strategy ⇒ "MultiRecord", "SingleRecord"
- #creation_time ⇒ ::Time
- #data_capture_config ⇒ Types::BatchDataCaptureConfig
- #data_processing ⇒ Types::DataProcessing
- #environment ⇒ ::Hash[::String, ::String]
- #experiment_config ⇒ Types::ExperimentConfig
- #failure_reason ⇒ ::String
- #labeling_job_arn ⇒ ::String
- #max_concurrent_transforms ⇒ ::Integer
- #max_payload_in_mb ⇒ ::Integer
- #model_client_config ⇒ Types::ModelClientConfig
- #model_name ⇒ ::String
- #transform_end_time ⇒ ::Time
- #transform_input ⇒ Types::TransformInput
- #transform_job_arn ⇒ ::String
- #transform_job_name ⇒ ::String
- #transform_job_status ⇒ "InProgress", ...
- #transform_output ⇒ Types::TransformOutput
- #transform_resources ⇒ Types::TransformResources
- #transform_start_time ⇒ ::Time
Instance Method Details
#auto_ml_job_arn ⇒ ::String
5139 |
# File 'sig/client.rbs', line 5139
def auto_ml_job_arn: () -> ::String
|
#batch_strategy ⇒ "MultiRecord", "SingleRecord"
5129 |
# File 'sig/client.rbs', line 5129
def batch_strategy: () -> ("MultiRecord" | "SingleRecord")
|
#creation_time ⇒ ::Time
5135 |
# File 'sig/client.rbs', line 5135
def creation_time: () -> ::Time
|
#data_capture_config ⇒ Types::BatchDataCaptureConfig
5133 |
# File 'sig/client.rbs', line 5133
def data_capture_config: () -> Types::BatchDataCaptureConfig
|
#data_processing ⇒ Types::DataProcessing
5140 |
# File 'sig/client.rbs', line 5140
def data_processing: () -> Types::DataProcessing
|
#environment ⇒ ::Hash[::String, ::String]
5130 |
# File 'sig/client.rbs', line 5130
def environment: () -> ::Hash[::String, ::String]
|
#experiment_config ⇒ Types::ExperimentConfig
5141 |
# File 'sig/client.rbs', line 5141
def experiment_config: () -> Types::ExperimentConfig
|
#failure_reason ⇒ ::String
5124 |
# File 'sig/client.rbs', line 5124
def failure_reason: () -> ::String
|
#labeling_job_arn ⇒ ::String
5138 |
# File 'sig/client.rbs', line 5138
def labeling_job_arn: () -> ::String
|
#max_concurrent_transforms ⇒ ::Integer
5126 |
# File 'sig/client.rbs', line 5126
def max_concurrent_transforms: () -> ::Integer
|
#max_payload_in_mb ⇒ ::Integer
5128 |
# File 'sig/client.rbs', line 5128
def max_payload_in_mb: () -> ::Integer
|
#model_client_config ⇒ Types::ModelClientConfig
5127 |
# File 'sig/client.rbs', line 5127
def model_client_config: () -> Types::ModelClientConfig
|
#model_name ⇒ ::String
5125 |
# File 'sig/client.rbs', line 5125
def model_name: () -> ::String
|
#transform_end_time ⇒ ::Time
5137 |
# File 'sig/client.rbs', line 5137
def transform_end_time: () -> ::Time
|
#transform_input ⇒ Types::TransformInput
5131 |
# File 'sig/client.rbs', line 5131
def transform_input: () -> Types::TransformInput
|
#transform_job_arn ⇒ ::String
5122 |
# File 'sig/client.rbs', line 5122
def transform_job_arn: () -> ::String
|
#transform_job_name ⇒ ::String
5121 |
# File 'sig/client.rbs', line 5121
def transform_job_name: () -> ::String
|
#transform_job_status ⇒ "InProgress", ...
5123 |
# File 'sig/client.rbs', line 5123
def transform_job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
#transform_output ⇒ Types::TransformOutput
5132 |
# File 'sig/client.rbs', line 5132
def transform_output: () -> Types::TransformOutput
|
#transform_resources ⇒ Types::TransformResources
5134 |
# File 'sig/client.rbs', line 5134
def transform_resources: () -> Types::TransformResources
|
#transform_start_time ⇒ ::Time
5136 |
# File 'sig/client.rbs', line 5136
def transform_start_time: () -> ::Time
|