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)


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

def auto_ml_job_arn: () -> ::String

#batch_strategy"MultiRecord", "SingleRecord"

Returns:

  • ("MultiRecord", "SingleRecord")


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

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

#creation_time::Time

Returns:

  • (::Time)


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

def creation_time: () -> ::Time

#data_capture_configTypes::BatchDataCaptureConfig



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

def data_capture_config: () -> Types::BatchDataCaptureConfig

#data_processingTypes::DataProcessing



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

def data_processing: () -> Types::DataProcessing

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

Returns:

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


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

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

#experiment_configTypes::ExperimentConfig



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

def experiment_config: () -> Types::ExperimentConfig

#failure_reason::String

Returns:

  • (::String)


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

def failure_reason: () -> ::String

#labeling_job_arn::String

Returns:

  • (::String)


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

def labeling_job_arn: () -> ::String

#max_concurrent_transforms::Integer

Returns:

  • (::Integer)


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

def max_concurrent_transforms: () -> ::Integer

#max_payload_in_mb::Integer

Returns:

  • (::Integer)


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

def max_payload_in_mb: () -> ::Integer

#model_client_configTypes::ModelClientConfig



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

def model_client_config: () -> Types::ModelClientConfig

#model_name::String

Returns:

  • (::String)


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

def model_name: () -> ::String

#transform_end_time::Time

Returns:

  • (::Time)


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

def transform_end_time: () -> ::Time

#transform_inputTypes::TransformInput



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

def transform_input: () -> Types::TransformInput

#transform_job_arn::String

Returns:

  • (::String)


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

def transform_job_arn: () -> ::String

#transform_job_name::String

Returns:

  • (::String)


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

def transform_job_name: () -> ::String

#transform_job_status"InProgress", ...

Returns:

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


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

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

#transform_outputTypes::TransformOutput



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

def transform_output: () -> Types::TransformOutput

#transform_resourcesTypes::TransformResources



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

def transform_resources: () -> Types::TransformResources

#transform_start_time::Time

Returns:

  • (::Time)


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

def transform_start_time: () -> ::Time