Class: Aws::Types::CreateTransformJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_strategy"MultiRecord", "SingleRecord"

Returns the value of attribute batch_strategy.

Returns:

  • ("MultiRecord", "SingleRecord")


2924
2925
2926
# File 'sig/types.rbs', line 2924

def batch_strategy
  @batch_strategy
end

#data_capture_configTypes::BatchDataCaptureConfig

Returns the value of attribute data_capture_config.



2928
2929
2930
# File 'sig/types.rbs', line 2928

def data_capture_config
  @data_capture_config
end

#data_processingTypes::DataProcessing

Returns the value of attribute data_processing.



2930
2931
2932
# File 'sig/types.rbs', line 2930

def data_processing
  @data_processing
end

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

Returns the value of attribute environment.

Returns:

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


2925
2926
2927
# File 'sig/types.rbs', line 2925

def environment
  @environment
end

#experiment_configTypes::ExperimentConfig

Returns the value of attribute experiment_config.



2932
2933
2934
# File 'sig/types.rbs', line 2932

def experiment_config
  @experiment_config
end

#max_concurrent_transforms::Integer

Returns the value of attribute max_concurrent_transforms.

Returns:

  • (::Integer)


2921
2922
2923
# File 'sig/types.rbs', line 2921

def max_concurrent_transforms
  @max_concurrent_transforms
end

#max_payload_in_mb::Integer

Returns the value of attribute max_payload_in_mb.

Returns:

  • (::Integer)


2923
2924
2925
# File 'sig/types.rbs', line 2923

def max_payload_in_mb
  @max_payload_in_mb
end

#model_client_configTypes::ModelClientConfig

Returns the value of attribute model_client_config.



2922
2923
2924
# File 'sig/types.rbs', line 2922

def model_client_config
  @model_client_config
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


2920
2921
2922
# File 'sig/types.rbs', line 2920

def model_name
  @model_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2931
2932
2933
# File 'sig/types.rbs', line 2931

def tags
  @tags
end

#transform_inputTypes::TransformInput

Returns the value of attribute transform_input.



2926
2927
2928
# File 'sig/types.rbs', line 2926

def transform_input
  @transform_input
end

#transform_job_name::String

Returns the value of attribute transform_job_name.

Returns:

  • (::String)


2919
2920
2921
# File 'sig/types.rbs', line 2919

def transform_job_name
  @transform_job_name
end

#transform_outputTypes::TransformOutput

Returns the value of attribute transform_output.



2927
2928
2929
# File 'sig/types.rbs', line 2927

def transform_output
  @transform_output
end

#transform_resourcesTypes::TransformResources

Returns the value of attribute transform_resources.



2929
2930
2931
# File 'sig/types.rbs', line 2929

def transform_resources
  @transform_resources
end