Class: Aws::Types::CreateTransformJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTransformJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_strategy ⇒ "MultiRecord", "SingleRecord"
Returns the value of attribute batch_strategy.
-
#data_capture_config ⇒ Types::BatchDataCaptureConfig
Returns the value of attribute data_capture_config.
-
#data_processing ⇒ Types::DataProcessing
Returns the value of attribute data_processing.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#experiment_config ⇒ Types::ExperimentConfig
Returns the value of attribute experiment_config.
-
#max_concurrent_transforms ⇒ ::Integer
Returns the value of attribute max_concurrent_transforms.
-
#max_payload_in_mb ⇒ ::Integer
Returns the value of attribute max_payload_in_mb.
-
#model_client_config ⇒ Types::ModelClientConfig
Returns the value of attribute model_client_config.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transform_input ⇒ Types::TransformInput
Returns the value of attribute transform_input.
-
#transform_job_name ⇒ ::String
Returns the value of attribute transform_job_name.
-
#transform_output ⇒ Types::TransformOutput
Returns the value of attribute transform_output.
-
#transform_resources ⇒ Types::TransformResources
Returns the value of attribute transform_resources.
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_config ⇒ Types::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_processing ⇒ Types::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_config ⇒ Types::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_config ⇒ Types::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 end |
#transform_input ⇒ Types::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_output ⇒ Types::TransformOutput
Returns the value of attribute transform_output.
2944 2945 2946 |
# File 'sig/types.rbs', line 2944 def transform_output @transform_output end |
#transform_resources ⇒ Types::TransformResources
Returns the value of attribute transform_resources.
2946 2947 2948 |
# File 'sig/types.rbs', line 2946 def transform_resources @transform_resources end |