Class: Aws::Types::GetCustomModelResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCustomModelResponse
- 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.
-
#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.
-
#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.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_kms_key_arn ⇒ ::String
Returns the value of attribute model_kms_key_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_status ⇒ "Active", ...
Returns the value of attribute model_status.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#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.
Instance Attribute Details
#base_model_arn ⇒ ::String
Returns the value of attribute base_model_arn.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def base_model_arn @base_model_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def creation_time @creation_time end |
#customization_config ⇒ Types::CustomizationConfig
Returns the value of attribute customization_config.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def customization_config @customization_config end |
#customization_type ⇒ "FINE_TUNING", ...
Returns the value of attribute customization_type.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def customization_type @customization_type end |
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def @failure_message end |
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def hyper_parameters @hyper_parameters end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def job_arn @job_arn end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def job_name @job_name end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def model_arn @model_arn end |
#model_kms_key_arn ⇒ ::String
Returns the value of attribute model_kms_key_arn.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def model_kms_key_arn @model_kms_key_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def model_name @model_name end |
#model_status ⇒ "Active", ...
Returns the value of attribute model_status.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def model_status @model_status end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def output_data_config @output_data_config end |
#training_data_config ⇒ Types::TrainingDataConfig
Returns the value of attribute training_data_config.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def training_data_config @training_data_config end |
#training_metrics ⇒ Types::TrainingMetrics
Returns the value of attribute training_metrics.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def training_metrics @training_metrics end |
#validation_data_config ⇒ Types::ValidationDataConfig
Returns the value of attribute validation_data_config.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def validation_data_config @validation_data_config end |
#validation_metrics ⇒ ::Array[Types::ValidatorMetric]
Returns the value of attribute validation_metrics.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def validation_metrics @validation_metrics end |