Class: Aws::Types::StartMLDataProcessingJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartMLDataProcessingJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_file_name ⇒ ::String
Returns the value of attribute config_file_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#input_data_s3_location ⇒ ::String
Returns the value of attribute input_data_s3_location.
-
#model_type ⇒ ::String
Returns the value of attribute model_type.
-
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
-
#previous_data_processing_job_id ⇒ ::String
Returns the value of attribute previous_data_processing_job_id.
-
#processed_data_s3_location ⇒ ::String
Returns the value of attribute processed_data_s3_location.
-
#processing_instance_type ⇒ ::String
Returns the value of attribute processing_instance_type.
-
#processing_instance_volume_size_in_gb ⇒ ::Integer
Returns the value of attribute processing_instance_volume_size_in_gb.
-
#processing_time_out_in_seconds ⇒ ::Integer
Returns the value of attribute processing_time_out_in_seconds.
-
#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.
-
#volume_encryption_kms_key ⇒ ::String
Returns the value of attribute volume_encryption_kms_key.
Instance Attribute Details
#config_file_name ⇒ ::String
Returns the value of attribute config_file_name.
880 881 882 |
# File 'sig/types.rbs', line 880 def config_file_name @config_file_name end |
#id ⇒ ::String
Returns the value of attribute id.
870 871 872 |
# File 'sig/types.rbs', line 870 def id @id end |
#input_data_s3_location ⇒ ::String
Returns the value of attribute input_data_s3_location.
872 873 874 |
# File 'sig/types.rbs', line 872 def input_data_s3_location @input_data_s3_location end |
#model_type ⇒ ::String
Returns the value of attribute model_type.
879 880 881 |
# File 'sig/types.rbs', line 879 def model_type @model_type end |
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
875 876 877 |
# File 'sig/types.rbs', line 875 def neptune_iam_role_arn @neptune_iam_role_arn end |
#previous_data_processing_job_id ⇒ ::String
Returns the value of attribute previous_data_processing_job_id.
871 872 873 |
# File 'sig/types.rbs', line 871 def previous_data_processing_job_id @previous_data_processing_job_id end |
#processed_data_s3_location ⇒ ::String
Returns the value of attribute processed_data_s3_location.
873 874 875 |
# File 'sig/types.rbs', line 873 def processed_data_s3_location @processed_data_s3_location end |
#processing_instance_type ⇒ ::String
Returns the value of attribute processing_instance_type.
876 877 878 |
# File 'sig/types.rbs', line 876 def processing_instance_type @processing_instance_type end |
#processing_instance_volume_size_in_gb ⇒ ::Integer
Returns the value of attribute processing_instance_volume_size_in_gb.
877 878 879 |
# File 'sig/types.rbs', line 877 def processing_instance_volume_size_in_gb @processing_instance_volume_size_in_gb end |
#processing_time_out_in_seconds ⇒ ::Integer
Returns the value of attribute processing_time_out_in_seconds.
878 879 880 |
# File 'sig/types.rbs', line 878 def processing_time_out_in_seconds @processing_time_out_in_seconds end |
#s3_output_encryption_kms_key ⇒ ::String
Returns the value of attribute s3_output_encryption_kms_key.
884 885 886 |
# File 'sig/types.rbs', line 884 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.
874 875 876 |
# File 'sig/types.rbs', line 874 def sagemaker_iam_role_arn @sagemaker_iam_role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
882 883 884 |
# File 'sig/types.rbs', line 882 def security_group_ids @security_group_ids end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
881 882 883 |
# File 'sig/types.rbs', line 881 def subnets @subnets end |
#volume_encryption_kms_key ⇒ ::String
Returns the value of attribute volume_encryption_kms_key.
883 884 885 |
# File 'sig/types.rbs', line 883 def volume_encryption_kms_key @volume_encryption_kms_key end |