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
5092 |
# File 'sig/client.rbs', line 5092
def auto_ml_job_arn: () -> ::String
|
#batch_strategy ⇒ "MultiRecord", "SingleRecord"
5082 |
# File 'sig/client.rbs', line 5082
def batch_strategy: () -> ("MultiRecord" | "SingleRecord")
|
#creation_time ⇒ ::Time
5088 |
# File 'sig/client.rbs', line 5088
def creation_time: () -> ::Time
|
#data_capture_config ⇒ Types::BatchDataCaptureConfig
5086 |
# File 'sig/client.rbs', line 5086
def data_capture_config: () -> Types::BatchDataCaptureConfig
|
#data_processing ⇒ Types::DataProcessing
5093 |
# File 'sig/client.rbs', line 5093
def data_processing: () -> Types::DataProcessing
|
#environment ⇒ ::Hash[::String, ::String]
5083 |
# File 'sig/client.rbs', line 5083
def environment: () -> ::Hash[::String, ::String]
|
#experiment_config ⇒ Types::ExperimentConfig
5094 |
# File 'sig/client.rbs', line 5094
def experiment_config: () -> Types::ExperimentConfig
|
#failure_reason ⇒ ::String
5077 |
# File 'sig/client.rbs', line 5077
def failure_reason: () -> ::String
|
#labeling_job_arn ⇒ ::String
5091 |
# File 'sig/client.rbs', line 5091
def labeling_job_arn: () -> ::String
|
#max_concurrent_transforms ⇒ ::Integer
5079 |
# File 'sig/client.rbs', line 5079
def max_concurrent_transforms: () -> ::Integer
|
#max_payload_in_mb ⇒ ::Integer
5081 |
# File 'sig/client.rbs', line 5081
def max_payload_in_mb: () -> ::Integer
|
#model_client_config ⇒ Types::ModelClientConfig
5080 |
# File 'sig/client.rbs', line 5080
def model_client_config: () -> Types::ModelClientConfig
|
#model_name ⇒ ::String
5078 |
# File 'sig/client.rbs', line 5078
def model_name: () -> ::String
|
#transform_end_time ⇒ ::Time
5090 |
# File 'sig/client.rbs', line 5090
def transform_end_time: () -> ::Time
|
#transform_input ⇒ Types::TransformInput
5084 |
# File 'sig/client.rbs', line 5084
def transform_input: () -> Types::TransformInput
|
#transform_job_arn ⇒ ::String
5075 |
# File 'sig/client.rbs', line 5075
def transform_job_arn: () -> ::String
|
#transform_job_name ⇒ ::String
5074 |
# File 'sig/client.rbs', line 5074
def transform_job_name: () -> ::String
|
#transform_job_status ⇒ "InProgress", ...
5076 |
# File 'sig/client.rbs', line 5076
def transform_job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
#transform_output ⇒ Types::TransformOutput
5085 |
# File 'sig/client.rbs', line 5085
def transform_output: () -> Types::TransformOutput
|
#transform_resources ⇒ Types::TransformResources
5087 |
# File 'sig/client.rbs', line 5087
def transform_resources: () -> Types::TransformResources
|
#transform_start_time ⇒ ::Time
5089 |
# File 'sig/client.rbs', line 5089
def transform_start_time: () -> ::Time
|