Class: Aws::Types::StartMLModelTrainingJobInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#base_processing_instance_type::String

Returns the value of attribute base_processing_instance_type.

Returns:



902
903
904
# File 'sig/types.rbs', line 902

def base_processing_instance_type
  @base_processing_instance_type
end

#custom_model_training_parametersTypes::CustomModelTrainingParameters

Returns the value of attribute custom_model_training_parameters.

Returns:



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.

Returns:



898
899
900
# File 'sig/types.rbs', line 898

def data_processing_job_id
  @data_processing_job_id
end

#enable_managed_spot_trainingBoolean

Returns the value of attribute enable_managed_spot_training.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



910
911
912
# File 'sig/types.rbs', line 910

def volume_encryption_kms_key
  @volume_encryption_kms_key
end