Class: Aws::Types::CreateTransformJobRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#batch_strategy"MultiRecord", "SingleRecord"

Returns the value of attribute batch_strategy.



2941
2942
2943
# File 'sig/types.rbs', line 2941

def batch_strategy
  @batch_strategy
end

#data_capture_configTypes::BatchDataCaptureConfig

Returns the value of attribute data_capture_config.



2945
2946
2947
# File 'sig/types.rbs', line 2945

def data_capture_config
  @data_capture_config
end

#data_processingTypes::DataProcessing

Returns the value of attribute data_processing.



2947
2948
2949
# File 'sig/types.rbs', line 2947

def data_processing
  @data_processing
end

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

Returns the value of attribute environment.



2942
2943
2944
# File 'sig/types.rbs', line 2942

def environment
  @environment
end

#experiment_configTypes::ExperimentConfig

Returns the value of attribute experiment_config.



2949
2950
2951
# File 'sig/types.rbs', line 2949

def experiment_config
  @experiment_config
end

#max_concurrent_transforms::Integer

Returns the value of attribute max_concurrent_transforms.



2938
2939
2940
# File 'sig/types.rbs', line 2938

def max_concurrent_transforms
  @max_concurrent_transforms
end

#max_payload_in_mb::Integer

Returns the value of attribute max_payload_in_mb.



2940
2941
2942
# File 'sig/types.rbs', line 2940

def max_payload_in_mb
  @max_payload_in_mb
end

#model_client_configTypes::ModelClientConfig

Returns the value of attribute model_client_config.



2939
2940
2941
# File 'sig/types.rbs', line 2939

def model_client_config
  @model_client_config
end

#model_name::String

Returns the value of attribute model_name.



2937
2938
2939
# File 'sig/types.rbs', line 2937

def model_name
  @model_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



2948
2949
2950
# File 'sig/types.rbs', line 2948

def tags
  @tags
end

#transform_inputTypes::TransformInput

Returns the value of attribute transform_input.



2943
2944
2945
# File 'sig/types.rbs', line 2943

def transform_input
  @transform_input
end

#transform_job_name::String

Returns the value of attribute transform_job_name.



2936
2937
2938
# File 'sig/types.rbs', line 2936

def transform_job_name
  @transform_job_name
end

#transform_outputTypes::TransformOutput

Returns the value of attribute transform_output.



2944
2945
2946
# File 'sig/types.rbs', line 2944

def transform_output
  @transform_output
end

#transform_resourcesTypes::TransformResources

Returns the value of attribute transform_resources.



2946
2947
2948
# File 'sig/types.rbs', line 2946

def transform_resources
  @transform_resources
end