Class: Aws::Types::CreateModelCustomizationJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_identifier::String

Returns the value of attribute base_model_identifier.

Returns:

  • (::String)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def base_model_identifier
  @base_model_identifier
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def client_request_token
  @client_request_token
end

#custom_model_kms_key_id::String

Returns the value of attribute custom_model_kms_key_id.

Returns:

  • (::String)


1118
1119
1120
# File 'sig/types.rbs', line 1118

def custom_model_kms_key_id
  @custom_model_kms_key_id
end

#custom_model_name::String

Returns the value of attribute custom_model_name.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def custom_model_name
  @custom_model_name
end

#custom_model_tags::Array[Types::Tag]

Returns the value of attribute custom_model_tags.

Returns:



1120
1121
1122
# File 'sig/types.rbs', line 1120

def custom_model_tags
  @custom_model_tags
end

#customization_configTypes::CustomizationConfig

Returns the value of attribute customization_config.



1126
1127
1128
# File 'sig/types.rbs', line 1126

def customization_config
  @customization_config
end

#customization_type"FINE_TUNING", ...

Returns the value of attribute customization_type.

Returns:

  • ("FINE_TUNING", "CONTINUED_PRE_TRAINING", "DISTILLATION", "REINFORCEMENT_FINE_TUNING", "IMPORTED")


1117
1118
1119
# File 'sig/types.rbs', line 1117

def customization_type
  @customization_type
end

#hyper_parameters::Hash[::String, ::String]

Returns the value of attribute hyper_parameters.

Returns:

  • (::Hash[::String, ::String])


1124
1125
1126
# File 'sig/types.rbs', line 1124

def hyper_parameters
  @hyper_parameters
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def job_name
  @job_name
end

#job_tags::Array[Types::Tag]

Returns the value of attribute job_tags.

Returns:



1119
1120
1121
# File 'sig/types.rbs', line 1119

def job_tags
  @job_tags
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



1123
1124
1125
# File 'sig/types.rbs', line 1123

def output_data_config
  @output_data_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def role_arn
  @role_arn
end

#training_data_configTypes::TrainingDataConfig

Returns the value of attribute training_data_config.



1121
1122
1123
# File 'sig/types.rbs', line 1121

def training_data_config
  @training_data_config
end

#validation_data_configTypes::ValidationDataConfig

Returns the value of attribute validation_data_config.



1122
1123
1124
# File 'sig/types.rbs', line 1122

def validation_data_config
  @validation_data_config
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1125
1126
1127
# File 'sig/types.rbs', line 1125

def vpc_config
  @vpc_config
end