Class: Aws::Types::DescribeTransformJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_arn::String

Returns the value of attribute auto_ml_job_arn.

Returns:

  • (::String)


5313
5314
5315
# File 'sig/types.rbs', line 5313

def auto_ml_job_arn
  @auto_ml_job_arn
end

#batch_strategy"MultiRecord", "SingleRecord"

Returns the value of attribute batch_strategy.

Returns:

  • ("MultiRecord", "SingleRecord")


5303
5304
5305
# File 'sig/types.rbs', line 5303

def batch_strategy
  @batch_strategy
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5309
5310
5311
# File 'sig/types.rbs', line 5309

def creation_time
  @creation_time
end

#data_capture_configTypes::BatchDataCaptureConfig

Returns the value of attribute data_capture_config.



5307
5308
5309
# File 'sig/types.rbs', line 5307

def data_capture_config
  @data_capture_config
end

#data_processingTypes::DataProcessing

Returns the value of attribute data_processing.



5314
5315
5316
# File 'sig/types.rbs', line 5314

def data_processing
  @data_processing
end

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

Returns the value of attribute environment.

Returns:

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


5304
5305
5306
# File 'sig/types.rbs', line 5304

def environment
  @environment
end

#experiment_configTypes::ExperimentConfig

Returns the value of attribute experiment_config.



5315
5316
5317
# File 'sig/types.rbs', line 5315

def experiment_config
  @experiment_config
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


5298
5299
5300
# File 'sig/types.rbs', line 5298

def failure_reason
  @failure_reason
end

#labeling_job_arn::String

Returns the value of attribute labeling_job_arn.

Returns:

  • (::String)


5312
5313
5314
# File 'sig/types.rbs', line 5312

def labeling_job_arn
  @labeling_job_arn
end

#max_concurrent_transforms::Integer

Returns the value of attribute max_concurrent_transforms.

Returns:

  • (::Integer)


5300
5301
5302
# File 'sig/types.rbs', line 5300

def max_concurrent_transforms
  @max_concurrent_transforms
end

#max_payload_in_mb::Integer

Returns the value of attribute max_payload_in_mb.

Returns:

  • (::Integer)


5302
5303
5304
# File 'sig/types.rbs', line 5302

def max_payload_in_mb
  @max_payload_in_mb
end

#model_client_configTypes::ModelClientConfig

Returns the value of attribute model_client_config.



5301
5302
5303
# File 'sig/types.rbs', line 5301

def model_client_config
  @model_client_config
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


5299
5300
5301
# File 'sig/types.rbs', line 5299

def model_name
  @model_name
end

#transform_end_time::Time

Returns the value of attribute transform_end_time.

Returns:

  • (::Time)


5311
5312
5313
# File 'sig/types.rbs', line 5311

def transform_end_time
  @transform_end_time
end

#transform_inputTypes::TransformInput

Returns the value of attribute transform_input.



5305
5306
5307
# File 'sig/types.rbs', line 5305

def transform_input
  @transform_input
end

#transform_job_arn::String

Returns the value of attribute transform_job_arn.

Returns:

  • (::String)


5296
5297
5298
# File 'sig/types.rbs', line 5296

def transform_job_arn
  @transform_job_arn
end

#transform_job_name::String

Returns the value of attribute transform_job_name.

Returns:

  • (::String)


5295
5296
5297
# File 'sig/types.rbs', line 5295

def transform_job_name
  @transform_job_name
end

#transform_job_status"InProgress", ...

Returns the value of attribute transform_job_status.

Returns:

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


5297
5298
5299
# File 'sig/types.rbs', line 5297

def transform_job_status
  @transform_job_status
end

#transform_outputTypes::TransformOutput

Returns the value of attribute transform_output.



5306
5307
5308
# File 'sig/types.rbs', line 5306

def transform_output
  @transform_output
end

#transform_resourcesTypes::TransformResources

Returns the value of attribute transform_resources.



5308
5309
5310
# File 'sig/types.rbs', line 5308

def transform_resources
  @transform_resources
end

#transform_start_time::Time

Returns the value of attribute transform_start_time.

Returns:

  • (::Time)


5310
5311
5312
# File 'sig/types.rbs', line 5310

def transform_start_time
  @transform_start_time
end