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
5109 |
# File 'sig/client.rbs', line 5109
def auto_ml_job_arn: () -> ::String
|
#batch_strategy ⇒ "MultiRecord", "SingleRecord"
5099 |
# File 'sig/client.rbs', line 5099
def batch_strategy: () -> ("MultiRecord" | "SingleRecord")
|
#creation_time ⇒ ::Time
5105 |
# File 'sig/client.rbs', line 5105
def creation_time: () -> ::Time
|
#data_capture_config ⇒ Types::BatchDataCaptureConfig
5103 |
# File 'sig/client.rbs', line 5103
def data_capture_config: () -> Types::BatchDataCaptureConfig
|
#data_processing ⇒ Types::DataProcessing
5110 |
# File 'sig/client.rbs', line 5110
def data_processing: () -> Types::DataProcessing
|
#environment ⇒ ::Hash[::String, ::String]
5100 |
# File 'sig/client.rbs', line 5100
def environment: () -> ::Hash[::String, ::String]
|
#experiment_config ⇒ Types::ExperimentConfig
5111 |
# File 'sig/client.rbs', line 5111
def experiment_config: () -> Types::ExperimentConfig
|
#failure_reason ⇒ ::String
5094 |
# File 'sig/client.rbs', line 5094
def failure_reason: () -> ::String
|
#labeling_job_arn ⇒ ::String
5108 |
# File 'sig/client.rbs', line 5108
def labeling_job_arn: () -> ::String
|
#max_concurrent_transforms ⇒ ::Integer
5096 |
# File 'sig/client.rbs', line 5096
def max_concurrent_transforms: () -> ::Integer
|
#max_payload_in_mb ⇒ ::Integer
5098 |
# File 'sig/client.rbs', line 5098
def max_payload_in_mb: () -> ::Integer
|
#model_client_config ⇒ Types::ModelClientConfig
5097 |
# File 'sig/client.rbs', line 5097
def model_client_config: () -> Types::ModelClientConfig
|
#model_name ⇒ ::String
5095 |
# File 'sig/client.rbs', line 5095
def model_name: () -> ::String
|
#transform_end_time ⇒ ::Time
5107 |
# File 'sig/client.rbs', line 5107
def transform_end_time: () -> ::Time
|
#transform_input ⇒ Types::TransformInput
5101 |
# File 'sig/client.rbs', line 5101
def transform_input: () -> Types::TransformInput
|
#transform_job_arn ⇒ ::String
5092 |
# File 'sig/client.rbs', line 5092
def transform_job_arn: () -> ::String
|
#transform_job_name ⇒ ::String
5091 |
# File 'sig/client.rbs', line 5091
def transform_job_name: () -> ::String
|
#transform_job_status ⇒ "InProgress", ...
5093 |
# File 'sig/client.rbs', line 5093
def transform_job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")
|
#transform_output ⇒ Types::TransformOutput
5102 |
# File 'sig/client.rbs', line 5102
def transform_output: () -> Types::TransformOutput
|
#transform_resources ⇒ Types::TransformResources
5104 |
# File 'sig/client.rbs', line 5104
def transform_resources: () -> Types::TransformResources
|
#transform_start_time ⇒ ::Time
5106 |
# File 'sig/client.rbs', line 5106
def transform_start_time: () -> ::Time
|