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.
2924 2925 2926 |
# File 'sig/types.rbs', line 2924 def batch_strategy @batch_strategy end |
#data_capture_config ⇒ Types::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_processing ⇒ Types::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.
2925 2926 2927 |
# File 'sig/types.rbs', line 2925 def environment @environment end |
#experiment_config ⇒ Types::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.
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.
2923 2924 2925 |
# File 'sig/types.rbs', line 2923 def max_payload_in_mb @max_payload_in_mb end |
#model_client_config ⇒ Types::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.
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.
2931 2932 2933 |
# File 'sig/types.rbs', line 2931 def @tags end |
#transform_input ⇒ Types::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.
2919 2920 2921 |
# File 'sig/types.rbs', line 2919 def transform_job_name @transform_job_name end |
#transform_output ⇒ Types::TransformOutput
Returns the value of attribute transform_output.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def transform_output @transform_output end |
#transform_resources ⇒ Types::TransformResources
Returns the value of attribute transform_resources.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def transform_resources @transform_resources end |