Class: Aws::Types::DescribeModelVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_promotion_result ⇒ "MODEL_PROMOTED", ...
Returns the value of attribute auto_promotion_result.
-
#auto_promotion_result_reason ⇒ ::String
Returns the value of attribute auto_promotion_result_reason.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_pre_processing_configuration ⇒ Types::DataPreProcessingConfiguration
Returns the value of attribute data_pre_processing_configuration.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#evaluation_data_end_time ⇒ ::Time
Returns the value of attribute evaluation_data_end_time.
-
#evaluation_data_start_time ⇒ ::Time
Returns the value of attribute evaluation_data_start_time.
-
#failed_reason ⇒ ::String
Returns the value of attribute failed_reason.
-
#import_job_end_time ⇒ ::Time
Returns the value of attribute import_job_end_time.
-
#import_job_start_time ⇒ ::Time
Returns the value of attribute import_job_start_time.
-
#imported_data_size_in_bytes ⇒ ::Integer
Returns the value of attribute imported_data_size_in_bytes.
-
#labels_input_configuration ⇒ Types::LabelsInputConfiguration
Returns the value of attribute labels_input_configuration.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_diagnostics_output_configuration ⇒ Types::ModelDiagnosticsOutputConfiguration
Returns the value of attribute model_diagnostics_output_configuration.
-
#model_diagnostics_results_object ⇒ Types::S3Object
Returns the value of attribute model_diagnostics_results_object.
-
#model_metrics ⇒ ::String
Returns the value of attribute model_metrics.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_quality ⇒ "QUALITY_THRESHOLD_MET", ...
Returns the value of attribute model_quality.
-
#model_version ⇒ ::Integer
Returns the value of attribute model_version.
-
#model_version_arn ⇒ ::String
Returns the value of attribute model_version_arn.
-
#off_condition ⇒ ::String
Returns the value of attribute off_condition.
-
#prior_model_metrics ⇒ ::String
Returns the value of attribute prior_model_metrics.
-
#retraining_available_data_in_days ⇒ ::Integer
Returns the value of attribute retraining_available_data_in_days.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#schema ⇒ ::String
Returns the value of attribute schema.
-
#server_side_kms_key_id ⇒ ::String
Returns the value of attribute server_side_kms_key_id.
-
#source_model_version_arn ⇒ ::String
Returns the value of attribute source_model_version_arn.
-
#source_type ⇒ "TRAINING", ...
Returns the value of attribute source_type.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#training_data_end_time ⇒ ::Time
Returns the value of attribute training_data_end_time.
-
#training_data_start_time ⇒ ::Time
Returns the value of attribute training_data_start_time.
-
#training_execution_end_time ⇒ ::Time
Returns the value of attribute training_execution_end_time.
-
#training_execution_start_time ⇒ ::Time
Returns the value of attribute training_execution_start_time.
Instance Attribute Details
#auto_promotion_result ⇒ "MODEL_PROMOTED", ...
Returns the value of attribute auto_promotion_result.
407 408 409 |
# File 'sig/types.rbs', line 407 def auto_promotion_result @auto_promotion_result end |
#auto_promotion_result_reason ⇒ ::String
Returns the value of attribute auto_promotion_result_reason.
408 409 410 |
# File 'sig/types.rbs', line 408 def auto_promotion_result_reason @auto_promotion_result_reason end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
398 399 400 |
# File 'sig/types.rbs', line 398 def created_at @created_at end |
#data_pre_processing_configuration ⇒ Types::DataPreProcessingConfiguration
Returns the value of attribute data_pre_processing_configuration.
392 393 394 |
# File 'sig/types.rbs', line 392 def data_pre_processing_configuration @data_pre_processing_configuration end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
384 385 386 |
# File 'sig/types.rbs', line 384 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
383 384 385 |
# File 'sig/types.rbs', line 383 def dataset_name @dataset_name end |
#evaluation_data_end_time ⇒ ::Time
Returns the value of attribute evaluation_data_end_time.
390 391 392 |
# File 'sig/types.rbs', line 390 def evaluation_data_end_time @evaluation_data_end_time end |
#evaluation_data_start_time ⇒ ::Time
Returns the value of attribute evaluation_data_start_time.
389 390 391 |
# File 'sig/types.rbs', line 389 def evaluation_data_start_time @evaluation_data_start_time end |
#failed_reason ⇒ ::String
Returns the value of attribute failed_reason.
395 396 397 |
# File 'sig/types.rbs', line 395 def failed_reason @failed_reason end |
#import_job_end_time ⇒ ::Time
Returns the value of attribute import_job_end_time.
403 404 405 |
# File 'sig/types.rbs', line 403 def import_job_end_time @import_job_end_time end |
#import_job_start_time ⇒ ::Time
Returns the value of attribute import_job_start_time.
402 403 404 |
# File 'sig/types.rbs', line 402 def import_job_start_time @import_job_start_time end |
#imported_data_size_in_bytes ⇒ ::Integer
Returns the value of attribute imported_data_size_in_bytes.
404 405 406 |
# File 'sig/types.rbs', line 404 def imported_data_size_in_bytes @imported_data_size_in_bytes end |
#labels_input_configuration ⇒ Types::LabelsInputConfiguration
Returns the value of attribute labels_input_configuration.
386 387 388 |
# File 'sig/types.rbs', line 386 def labels_input_configuration @labels_input_configuration end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
397 398 399 |
# File 'sig/types.rbs', line 397 def last_updated_time @last_updated_time end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
378 379 380 |
# File 'sig/types.rbs', line 378 def model_arn @model_arn end |
#model_diagnostics_output_configuration ⇒ Types::ModelDiagnosticsOutputConfiguration
Returns the value of attribute model_diagnostics_output_configuration.
409 410 411 |
# File 'sig/types.rbs', line 409 def model_diagnostics_output_configuration @model_diagnostics_output_configuration end |
#model_diagnostics_results_object ⇒ Types::S3Object
Returns the value of attribute model_diagnostics_results_object.
410 411 412 |
# File 'sig/types.rbs', line 410 def model_diagnostics_results_object @model_diagnostics_results_object end |
#model_metrics ⇒ ::String
Returns the value of attribute model_metrics.
396 397 398 |
# File 'sig/types.rbs', line 396 def model_metrics @model_metrics end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
377 378 379 |
# File 'sig/types.rbs', line 377 def model_name @model_name end |
#model_quality ⇒ "QUALITY_THRESHOLD_MET", ...
Returns the value of attribute model_quality.
411 412 413 |
# File 'sig/types.rbs', line 411 def model_quality @model_quality end |
#model_version ⇒ ::Integer
Returns the value of attribute model_version.
379 380 381 |
# File 'sig/types.rbs', line 379 def model_version @model_version end |
#model_version_arn ⇒ ::String
Returns the value of attribute model_version_arn.
380 381 382 |
# File 'sig/types.rbs', line 380 def model_version_arn @model_version_arn end |
#off_condition ⇒ ::String
Returns the value of attribute off_condition.
400 401 402 |
# File 'sig/types.rbs', line 400 def off_condition @off_condition end |
#prior_model_metrics ⇒ ::String
Returns the value of attribute prior_model_metrics.
405 406 407 |
# File 'sig/types.rbs', line 405 def prior_model_metrics @prior_model_metrics end |
#retraining_available_data_in_days ⇒ ::Integer
Returns the value of attribute retraining_available_data_in_days.
406 407 408 |
# File 'sig/types.rbs', line 406 def retraining_available_data_in_days @retraining_available_data_in_days end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
391 392 393 |
# File 'sig/types.rbs', line 391 def role_arn @role_arn end |
#schema ⇒ ::String
Returns the value of attribute schema.
385 386 387 |
# File 'sig/types.rbs', line 385 def schema @schema end |
#server_side_kms_key_id ⇒ ::String
Returns the value of attribute server_side_kms_key_id.
399 400 401 |
# File 'sig/types.rbs', line 399 def server_side_kms_key_id @server_side_kms_key_id end |
#source_model_version_arn ⇒ ::String
Returns the value of attribute source_model_version_arn.
401 402 403 |
# File 'sig/types.rbs', line 401 def source_model_version_arn @source_model_version_arn end |
#source_type ⇒ "TRAINING", ...
Returns the value of attribute source_type.
382 383 384 |
# File 'sig/types.rbs', line 382 def source_type @source_type end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
381 382 383 |
# File 'sig/types.rbs', line 381 def status @status end |
#training_data_end_time ⇒ ::Time
Returns the value of attribute training_data_end_time.
388 389 390 |
# File 'sig/types.rbs', line 388 def training_data_end_time @training_data_end_time end |
#training_data_start_time ⇒ ::Time
Returns the value of attribute training_data_start_time.
387 388 389 |
# File 'sig/types.rbs', line 387 def training_data_start_time @training_data_start_time end |
#training_execution_end_time ⇒ ::Time
Returns the value of attribute training_execution_end_time.
394 395 396 |
# File 'sig/types.rbs', line 394 def training_execution_end_time @training_execution_end_time end |
#training_execution_start_time ⇒ ::Time
Returns the value of attribute training_execution_start_time.
393 394 395 |
# File 'sig/types.rbs', line 393 def training_execution_start_time @training_execution_start_time end |