Module: Aws::SageMaker::Client::_DescribeTransformJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeTransformJobResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#auto_ml_job_arn::String

Returns:

  • (::String)


5092
# File 'sig/client.rbs', line 5092

def auto_ml_job_arn: () -> ::String

#batch_strategy"MultiRecord", "SingleRecord"

Returns:

  • ("MultiRecord", "SingleRecord")


5082
# File 'sig/client.rbs', line 5082

def batch_strategy: () -> ("MultiRecord" | "SingleRecord")

#creation_time::Time

Returns:

  • (::Time)


5088
# File 'sig/client.rbs', line 5088

def creation_time: () -> ::Time

#data_capture_configTypes::BatchDataCaptureConfig



5086
# File 'sig/client.rbs', line 5086

def data_capture_config: () -> Types::BatchDataCaptureConfig

#data_processingTypes::DataProcessing



5093
# File 'sig/client.rbs', line 5093

def data_processing: () -> Types::DataProcessing

#environment::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


5083
# File 'sig/client.rbs', line 5083

def environment: () -> ::Hash[::String, ::String]

#experiment_configTypes::ExperimentConfig



5094
# File 'sig/client.rbs', line 5094

def experiment_config: () -> Types::ExperimentConfig

#failure_reason::String

Returns:

  • (::String)


5077
# File 'sig/client.rbs', line 5077

def failure_reason: () -> ::String

#labeling_job_arn::String

Returns:

  • (::String)


5091
# File 'sig/client.rbs', line 5091

def labeling_job_arn: () -> ::String

#max_concurrent_transforms::Integer

Returns:

  • (::Integer)


5079
# File 'sig/client.rbs', line 5079

def max_concurrent_transforms: () -> ::Integer

#max_payload_in_mb::Integer

Returns:

  • (::Integer)


5081
# File 'sig/client.rbs', line 5081

def max_payload_in_mb: () -> ::Integer

#model_client_configTypes::ModelClientConfig



5080
# File 'sig/client.rbs', line 5080

def model_client_config: () -> Types::ModelClientConfig

#model_name::String

Returns:

  • (::String)


5078
# File 'sig/client.rbs', line 5078

def model_name: () -> ::String

#transform_end_time::Time

Returns:

  • (::Time)


5090
# File 'sig/client.rbs', line 5090

def transform_end_time: () -> ::Time

#transform_inputTypes::TransformInput



5084
# File 'sig/client.rbs', line 5084

def transform_input: () -> Types::TransformInput

#transform_job_arn::String

Returns:

  • (::String)


5075
# File 'sig/client.rbs', line 5075

def transform_job_arn: () -> ::String

#transform_job_name::String

Returns:

  • (::String)


5074
# File 'sig/client.rbs', line 5074

def transform_job_name: () -> ::String

#transform_job_status"InProgress", ...

Returns:

  • ("InProgress", "Completed", "Failed", "Stopping", "Stopped")


5076
# File 'sig/client.rbs', line 5076

def transform_job_status: () -> ("InProgress" | "Completed" | "Failed" | "Stopping" | "Stopped")

#transform_outputTypes::TransformOutput



5085
# File 'sig/client.rbs', line 5085

def transform_output: () -> Types::TransformOutput

#transform_resourcesTypes::TransformResources



5087
# File 'sig/client.rbs', line 5087

def transform_resources: () -> Types::TransformResources

#transform_start_time::Time

Returns:

  • (::Time)


5089
# File 'sig/client.rbs', line 5089

def transform_start_time: () -> ::Time