Class: Aws::Types::GetModelCustomizationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetModelCustomizationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_model_arn ⇒ ::String
Returns the value of attribute base_model_arn.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#customization_config ⇒ Types::CustomizationConfig
Returns the value of attribute customization_config.
-
#customization_type ⇒ "FINE_TUNING", ...
Returns the value of attribute customization_type.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#output_model_arn ⇒ ::String
Returns the value of attribute output_model_arn.
-
#output_model_kms_key_arn ⇒ ::String
Returns the value of attribute output_model_kms_key_arn.
-
#output_model_name ⇒ ::String
Returns the value of attribute output_model_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
-
#training_data_config ⇒ Types::TrainingDataConfig
Returns the value of attribute training_data_config.
-
#training_metrics ⇒ Types::TrainingMetrics
Returns the value of attribute training_metrics.
-
#validation_data_config ⇒ Types::ValidationDataConfig
Returns the value of attribute validation_data_config.
-
#validation_metrics ⇒ ::Array[Types::ValidatorMetric]
Returns the value of attribute validation_metrics.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#base_model_arn ⇒ ::String
Returns the value of attribute base_model_arn.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def base_model_arn @base_model_arn end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def client_request_token @client_request_token end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def creation_time @creation_time end |
#customization_config ⇒ Types::CustomizationConfig
Returns the value of attribute customization_config.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def customization_config @customization_config end |
#customization_type ⇒ "FINE_TUNING", ...
Returns the value of attribute customization_type.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def customization_type @customization_type end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def end_time @end_time end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def @failure_message end |
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def hyper_parameters @hyper_parameters end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def job_arn @job_arn end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def job_name @job_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def last_modified_time @last_modified_time end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def output_data_config @output_data_config end |
#output_model_arn ⇒ ::String
Returns the value of attribute output_model_arn.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def output_model_arn @output_model_arn end |
#output_model_kms_key_arn ⇒ ::String
Returns the value of attribute output_model_kms_key_arn.
2028 2029 2030 |
# File 'sig/types.rbs', line 2028 def output_model_kms_key_arn @output_model_kms_key_arn end |
#output_model_name ⇒ ::String
Returns the value of attribute output_model_name.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def output_model_name @output_model_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def role_arn @role_arn end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def status @status end |
#status_details ⇒ Types::StatusDetails
Returns the value of attribute status_details.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def status_details @status_details end |
#training_data_config ⇒ Types::TrainingDataConfig
Returns the value of attribute training_data_config.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def training_data_config @training_data_config end |
#training_metrics ⇒ Types::TrainingMetrics
Returns the value of attribute training_metrics.
2029 2030 2031 |
# File 'sig/types.rbs', line 2029 def training_metrics @training_metrics end |
#validation_data_config ⇒ Types::ValidationDataConfig
Returns the value of attribute validation_data_config.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def validation_data_config @validation_data_config end |
#validation_metrics ⇒ ::Array[Types::ValidatorMetric]
Returns the value of attribute validation_metrics.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def validation_metrics @validation_metrics end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def vpc_config @vpc_config end |