Class: Aws::Types::StartMLModelTransformJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartMLModelTransformJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_processing_instance_type ⇒ ::String
Returns the value of attribute base_processing_instance_type.
-
#base_processing_instance_volume_size_in_gb ⇒ ::Integer
Returns the value of attribute base_processing_instance_volume_size_in_gb.
-
#custom_model_transform_parameters ⇒ Types::CustomModelTransformParameters
Returns the value of attribute custom_model_transform_parameters.
-
#data_processing_job_id ⇒ ::String
Returns the value of attribute data_processing_job_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#ml_model_training_job_id ⇒ ::String
Returns the value of attribute ml_model_training_job_id.
-
#model_transform_output_s3_location ⇒ ::String
Returns the value of attribute model_transform_output_s3_location.
-
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
-
#s3_output_encryption_kms_key ⇒ ::String
Returns the value of attribute s3_output_encryption_kms_key.
-
#sagemaker_iam_role_arn ⇒ ::String
Returns the value of attribute sagemaker_iam_role_arn.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
-
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
-
#volume_encryption_kms_key ⇒ ::String
Returns the value of attribute volume_encryption_kms_key.
Instance Attribute Details
#base_processing_instance_type ⇒ ::String
Returns the value of attribute base_processing_instance_type.
933 934 935 |
# File 'sig/types.rbs', line 933 def base_processing_instance_type @base_processing_instance_type end |
#base_processing_instance_volume_size_in_gb ⇒ ::Integer
Returns the value of attribute base_processing_instance_volume_size_in_gb.
934 935 936 |
# File 'sig/types.rbs', line 934 def base_processing_instance_volume_size_in_gb @base_processing_instance_volume_size_in_gb end |
#custom_model_transform_parameters ⇒ Types::CustomModelTransformParameters
Returns the value of attribute custom_model_transform_parameters.
932 933 934 |
# File 'sig/types.rbs', line 932 def custom_model_transform_parameters @custom_model_transform_parameters end |
#data_processing_job_id ⇒ ::String
Returns the value of attribute data_processing_job_id.
926 927 928 |
# File 'sig/types.rbs', line 926 def data_processing_job_id @data_processing_job_id end |
#id ⇒ ::String
Returns the value of attribute id.
925 926 927 |
# File 'sig/types.rbs', line 925 def id @id end |
#ml_model_training_job_id ⇒ ::String
Returns the value of attribute ml_model_training_job_id.
927 928 929 |
# File 'sig/types.rbs', line 927 def ml_model_training_job_id @ml_model_training_job_id end |
#model_transform_output_s3_location ⇒ ::String
Returns the value of attribute model_transform_output_s3_location.
929 930 931 |
# File 'sig/types.rbs', line 929 def model_transform_output_s3_location @model_transform_output_s3_location end |
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
931 932 933 |
# File 'sig/types.rbs', line 931 def neptune_iam_role_arn @neptune_iam_role_arn end |
#s3_output_encryption_kms_key ⇒ ::String
Returns the value of attribute s3_output_encryption_kms_key.
938 939 940 |
# File 'sig/types.rbs', line 938 def s3_output_encryption_kms_key @s3_output_encryption_kms_key end |
#sagemaker_iam_role_arn ⇒ ::String
Returns the value of attribute sagemaker_iam_role_arn.
930 931 932 |
# File 'sig/types.rbs', line 930 def sagemaker_iam_role_arn @sagemaker_iam_role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
936 937 938 |
# File 'sig/types.rbs', line 936 def security_group_ids @security_group_ids end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
935 936 937 |
# File 'sig/types.rbs', line 935 def subnets @subnets end |
#training_job_name ⇒ ::String
Returns the value of attribute training_job_name.
928 929 930 |
# File 'sig/types.rbs', line 928 def training_job_name @training_job_name end |
#volume_encryption_kms_key ⇒ ::String
Returns the value of attribute volume_encryption_kms_key.
937 938 939 |
# File 'sig/types.rbs', line 937 def volume_encryption_kms_key @volume_encryption_kms_key end |