Class: Aws::Types::StartMLModelTrainingJobInput
- Inherits:
-
Object
- Object
- Aws::Types::StartMLModelTrainingJobInput
- 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.
-
#custom_model_training_parameters ⇒ Types::CustomModelTrainingParameters
Returns the value of attribute custom_model_training_parameters.
-
#data_processing_job_id ⇒ ::String
Returns the value of attribute data_processing_job_id.
-
#enable_managed_spot_training ⇒ Boolean
Returns the value of attribute enable_managed_spot_training.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#max_hpo_number_of_training_jobs ⇒ ::Integer
Returns the value of attribute max_hpo_number_of_training_jobs.
-
#max_hpo_parallel_training_jobs ⇒ ::Integer
Returns the value of attribute max_hpo_parallel_training_jobs.
-
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
-
#previous_model_training_job_id ⇒ ::String
Returns the value of attribute previous_model_training_job_id.
-
#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.
-
#train_model_s3_location ⇒ ::String
Returns the value of attribute train_model_s3_location.
-
#training_instance_type ⇒ ::String
Returns the value of attribute training_instance_type.
-
#training_instance_volume_size_in_gb ⇒ ::Integer
Returns the value of attribute training_instance_volume_size_in_gb.
-
#training_time_out_in_seconds ⇒ ::Integer
Returns the value of attribute training_time_out_in_seconds.
-
#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.
902 903 904 |
# File 'sig/types.rbs', line 902 def base_processing_instance_type @base_processing_instance_type end |
#custom_model_training_parameters ⇒ Types::CustomModelTrainingParameters
Returns the value of attribute custom_model_training_parameters.
913 914 915 |
# File 'sig/types.rbs', line 913 def custom_model_training_parameters @custom_model_training_parameters end |
#data_processing_job_id ⇒ ::String
Returns the value of attribute data_processing_job_id.
898 899 900 |
# File 'sig/types.rbs', line 898 def data_processing_job_id @data_processing_job_id end |
#enable_managed_spot_training ⇒ Boolean
Returns the value of attribute enable_managed_spot_training.
912 913 914 |
# File 'sig/types.rbs', line 912 def enable_managed_spot_training @enable_managed_spot_training end |
#id ⇒ ::String
Returns the value of attribute id.
896 897 898 |
# File 'sig/types.rbs', line 896 def id @id end |
#max_hpo_number_of_training_jobs ⇒ ::Integer
Returns the value of attribute max_hpo_number_of_training_jobs.
906 907 908 |
# File 'sig/types.rbs', line 906 def max_hpo_number_of_training_jobs @max_hpo_number_of_training_jobs end |
#max_hpo_parallel_training_jobs ⇒ ::Integer
Returns the value of attribute max_hpo_parallel_training_jobs.
907 908 909 |
# File 'sig/types.rbs', line 907 def max_hpo_parallel_training_jobs @max_hpo_parallel_training_jobs end |
#neptune_iam_role_arn ⇒ ::String
Returns the value of attribute neptune_iam_role_arn.
901 902 903 |
# File 'sig/types.rbs', line 901 def neptune_iam_role_arn @neptune_iam_role_arn end |
#previous_model_training_job_id ⇒ ::String
Returns the value of attribute previous_model_training_job_id.
897 898 899 |
# File 'sig/types.rbs', line 897 def previous_model_training_job_id @previous_model_training_job_id end |
#s3_output_encryption_kms_key ⇒ ::String
Returns the value of attribute s3_output_encryption_kms_key.
911 912 913 |
# File 'sig/types.rbs', line 911 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.
900 901 902 |
# File 'sig/types.rbs', line 900 def sagemaker_iam_role_arn @sagemaker_iam_role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
909 910 911 |
# File 'sig/types.rbs', line 909 def security_group_ids @security_group_ids end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
908 909 910 |
# File 'sig/types.rbs', line 908 def subnets @subnets end |
#train_model_s3_location ⇒ ::String
Returns the value of attribute train_model_s3_location.
899 900 901 |
# File 'sig/types.rbs', line 899 def train_model_s3_location @train_model_s3_location end |
#training_instance_type ⇒ ::String
Returns the value of attribute training_instance_type.
903 904 905 |
# File 'sig/types.rbs', line 903 def training_instance_type @training_instance_type end |
#training_instance_volume_size_in_gb ⇒ ::Integer
Returns the value of attribute training_instance_volume_size_in_gb.
904 905 906 |
# File 'sig/types.rbs', line 904 def training_instance_volume_size_in_gb @training_instance_volume_size_in_gb end |
#training_time_out_in_seconds ⇒ ::Integer
Returns the value of attribute training_time_out_in_seconds.
905 906 907 |
# File 'sig/types.rbs', line 905 def training_time_out_in_seconds @training_time_out_in_seconds end |
#volume_encryption_kms_key ⇒ ::String
Returns the value of attribute volume_encryption_kms_key.
910 911 912 |
# File 'sig/types.rbs', line 910 def volume_encryption_kms_key @volume_encryption_kms_key end |