Class: Aws::Types::TransformJob

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)


11632
11633
11634
# File 'sig/types.rbs', line 11632

def auto_ml_job_arn
  @auto_ml_job_arn
end

#batch_strategy"MultiRecord", "SingleRecord"

Returns the value of attribute batch_strategy.

Returns:

  • ("MultiRecord", "SingleRecord")


11622
11623
11624
# File 'sig/types.rbs', line 11622

def batch_strategy
  @batch_strategy
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


11628
11629
11630
# File 'sig/types.rbs', line 11628

def creation_time
  @creation_time
end

#data_capture_configTypes::BatchDataCaptureConfig

Returns the value of attribute data_capture_config.



11626
11627
11628
# File 'sig/types.rbs', line 11626

def data_capture_config
  @data_capture_config
end

#data_processingTypes::DataProcessing

Returns the value of attribute data_processing.



11633
11634
11635
# File 'sig/types.rbs', line 11633

def data_processing
  @data_processing
end

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

Returns the value of attribute environment.

Returns:

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


11623
11624
11625
# File 'sig/types.rbs', line 11623

def environment
  @environment
end

#experiment_configTypes::ExperimentConfig

Returns the value of attribute experiment_config.



11634
11635
11636
# File 'sig/types.rbs', line 11634

def experiment_config
  @experiment_config
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


11617
11618
11619
# File 'sig/types.rbs', line 11617

def failure_reason
  @failure_reason
end

#labeling_job_arn::String

Returns the value of attribute labeling_job_arn.

Returns:

  • (::String)


11631
11632
11633
# File 'sig/types.rbs', line 11631

def labeling_job_arn
  @labeling_job_arn
end

#max_concurrent_transforms::Integer

Returns the value of attribute max_concurrent_transforms.

Returns:

  • (::Integer)


11619
11620
11621
# File 'sig/types.rbs', line 11619

def max_concurrent_transforms
  @max_concurrent_transforms
end

#max_payload_in_mb::Integer

Returns the value of attribute max_payload_in_mb.

Returns:

  • (::Integer)


11621
11622
11623
# File 'sig/types.rbs', line 11621

def max_payload_in_mb
  @max_payload_in_mb
end

#model_client_configTypes::ModelClientConfig

Returns the value of attribute model_client_config.



11620
11621
11622
# File 'sig/types.rbs', line 11620

def model_client_config
  @model_client_config
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


11618
11619
11620
# File 'sig/types.rbs', line 11618

def model_name
  @model_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



11635
11636
11637
# File 'sig/types.rbs', line 11635

def tags
  @tags
end

#transform_end_time::Time

Returns the value of attribute transform_end_time.

Returns:

  • (::Time)


11630
11631
11632
# File 'sig/types.rbs', line 11630

def transform_end_time
  @transform_end_time
end

#transform_inputTypes::TransformInput

Returns the value of attribute transform_input.



11624
11625
11626
# File 'sig/types.rbs', line 11624

def transform_input
  @transform_input
end

#transform_job_arn::String

Returns the value of attribute transform_job_arn.

Returns:

  • (::String)


11615
11616
11617
# File 'sig/types.rbs', line 11615

def transform_job_arn
  @transform_job_arn
end

#transform_job_name::String

Returns the value of attribute transform_job_name.

Returns:

  • (::String)


11614
11615
11616
# File 'sig/types.rbs', line 11614

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")


11616
11617
11618
# File 'sig/types.rbs', line 11616

def transform_job_status
  @transform_job_status
end

#transform_outputTypes::TransformOutput

Returns the value of attribute transform_output.



11625
11626
11627
# File 'sig/types.rbs', line 11625

def transform_output
  @transform_output
end

#transform_resourcesTypes::TransformResources

Returns the value of attribute transform_resources.



11627
11628
11629
# File 'sig/types.rbs', line 11627

def transform_resources
  @transform_resources
end

#transform_start_time::Time

Returns the value of attribute transform_start_time.

Returns:

  • (::Time)


11629
11630
11631
# File 'sig/types.rbs', line 11629

def transform_start_time
  @transform_start_time
end