Module: Aws::LookoutEquipment::Client::_DescribeModelVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeModelVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auto_promotion_result ⇒ "MODEL_PROMOTED", ...
- #auto_promotion_result_reason ⇒ ::String
- #created_at ⇒ ::Time
- #data_pre_processing_configuration ⇒ Types::DataPreProcessingConfiguration
- #dataset_arn ⇒ ::String
- #dataset_name ⇒ ::String
- #evaluation_data_end_time ⇒ ::Time
- #evaluation_data_start_time ⇒ ::Time
- #failed_reason ⇒ ::String
- #import_job_end_time ⇒ ::Time
- #import_job_start_time ⇒ ::Time
- #imported_data_size_in_bytes ⇒ ::Integer
- #labels_input_configuration ⇒ Types::LabelsInputConfiguration
- #last_updated_time ⇒ ::Time
- #model_arn ⇒ ::String
- #model_diagnostics_output_configuration ⇒ Types::ModelDiagnosticsOutputConfiguration
- #model_diagnostics_results_object ⇒ Types::S3Object
- #model_metrics ⇒ ::String
- #model_name ⇒ ::String
- #model_quality ⇒ "QUALITY_THRESHOLD_MET", ...
- #model_version ⇒ ::Integer
- #model_version_arn ⇒ ::String
- #off_condition ⇒ ::String
- #prior_model_metrics ⇒ ::String
- #retraining_available_data_in_days ⇒ ::Integer
- #role_arn ⇒ ::String
- #schema ⇒ ::String
- #server_side_kms_key_id ⇒ ::String
- #source_model_version_arn ⇒ ::String
- #source_type ⇒ "TRAINING", ...
- #status ⇒ "IN_PROGRESS", ...
- #training_data_end_time ⇒ ::Time
- #training_data_start_time ⇒ ::Time
- #training_execution_end_time ⇒ ::Time
- #training_execution_start_time ⇒ ::Time
Instance Method Details
#auto_promotion_result ⇒ "MODEL_PROMOTED", ...
466 |
# File 'sig/client.rbs', line 466
def auto_promotion_result: () -> ("MODEL_PROMOTED" | "MODEL_NOT_PROMOTED" | "RETRAINING_INTERNAL_ERROR" | "RETRAINING_CUSTOMER_ERROR" | "RETRAINING_CANCELLED")
|
#auto_promotion_result_reason ⇒ ::String
467 |
# File 'sig/client.rbs', line 467
def auto_promotion_result_reason: () -> ::String
|
#created_at ⇒ ::Time
457 |
# File 'sig/client.rbs', line 457
def created_at: () -> ::Time
|
#data_pre_processing_configuration ⇒ Types::DataPreProcessingConfiguration
451 |
# File 'sig/client.rbs', line 451
def data_pre_processing_configuration: () -> Types::DataPreProcessingConfiguration
|
#dataset_arn ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def dataset_arn: () -> ::String
|
#dataset_name ⇒ ::String
442 |
# File 'sig/client.rbs', line 442
def dataset_name: () -> ::String
|
#evaluation_data_end_time ⇒ ::Time
449 |
# File 'sig/client.rbs', line 449
def evaluation_data_end_time: () -> ::Time
|
#evaluation_data_start_time ⇒ ::Time
448 |
# File 'sig/client.rbs', line 448
def evaluation_data_start_time: () -> ::Time
|
#failed_reason ⇒ ::String
454 |
# File 'sig/client.rbs', line 454
def failed_reason: () -> ::String
|
#import_job_end_time ⇒ ::Time
462 |
# File 'sig/client.rbs', line 462
def import_job_end_time: () -> ::Time
|
#import_job_start_time ⇒ ::Time
461 |
# File 'sig/client.rbs', line 461
def import_job_start_time: () -> ::Time
|
#imported_data_size_in_bytes ⇒ ::Integer
463 |
# File 'sig/client.rbs', line 463
def imported_data_size_in_bytes: () -> ::Integer
|
#labels_input_configuration ⇒ Types::LabelsInputConfiguration
445 |
# File 'sig/client.rbs', line 445
def labels_input_configuration: () -> Types::LabelsInputConfiguration
|
#last_updated_time ⇒ ::Time
456 |
# File 'sig/client.rbs', line 456
def last_updated_time: () -> ::Time
|
#model_arn ⇒ ::String
437 |
# File 'sig/client.rbs', line 437
def model_arn: () -> ::String
|
#model_diagnostics_output_configuration ⇒ Types::ModelDiagnosticsOutputConfiguration
468 |
# File 'sig/client.rbs', line 468
def model_diagnostics_output_configuration: () -> Types::ModelDiagnosticsOutputConfiguration
|
#model_diagnostics_results_object ⇒ Types::S3Object
469 |
# File 'sig/client.rbs', line 469
def model_diagnostics_results_object: () -> Types::S3Object
|
#model_metrics ⇒ ::String
455 |
# File 'sig/client.rbs', line 455
def model_metrics: () -> ::String
|
#model_name ⇒ ::String
436 |
# File 'sig/client.rbs', line 436
def model_name: () -> ::String
|
#model_quality ⇒ "QUALITY_THRESHOLD_MET", ...
470 |
# File 'sig/client.rbs', line 470
def model_quality: () -> ("QUALITY_THRESHOLD_MET" | "CANNOT_DETERMINE_QUALITY" | "POOR_QUALITY_DETECTED")
|
#model_version ⇒ ::Integer
438 |
# File 'sig/client.rbs', line 438
def model_version: () -> ::Integer
|
#model_version_arn ⇒ ::String
439 |
# File 'sig/client.rbs', line 439
def model_version_arn: () -> ::String
|
#off_condition ⇒ ::String
459 |
# File 'sig/client.rbs', line 459
def off_condition: () -> ::String
|
#prior_model_metrics ⇒ ::String
464 |
# File 'sig/client.rbs', line 464
def prior_model_metrics: () -> ::String
|
#retraining_available_data_in_days ⇒ ::Integer
465 |
# File 'sig/client.rbs', line 465
def retraining_available_data_in_days: () -> ::Integer
|
#role_arn ⇒ ::String
450 |
# File 'sig/client.rbs', line 450
def role_arn: () -> ::String
|
#schema ⇒ ::String
444 |
# File 'sig/client.rbs', line 444
def schema: () -> ::String
|
#server_side_kms_key_id ⇒ ::String
458 |
# File 'sig/client.rbs', line 458
def server_side_kms_key_id: () -> ::String
|
#source_model_version_arn ⇒ ::String
460 |
# File 'sig/client.rbs', line 460
def source_model_version_arn: () -> ::String
|
#source_type ⇒ "TRAINING", ...
441 |
# File 'sig/client.rbs', line 441
def source_type: () -> ("TRAINING" | "RETRAINING" | "IMPORT")
|
#status ⇒ "IN_PROGRESS", ...
440 |
# File 'sig/client.rbs', line 440
def status: () -> ("IN_PROGRESS" | "SUCCESS" | "FAILED" | "IMPORT_IN_PROGRESS" | "CANCELED")
|
#training_data_end_time ⇒ ::Time
447 |
# File 'sig/client.rbs', line 447
def training_data_end_time: () -> ::Time
|
#training_data_start_time ⇒ ::Time
446 |
# File 'sig/client.rbs', line 446
def training_data_start_time: () -> ::Time
|
#training_execution_end_time ⇒ ::Time
453 |
# File 'sig/client.rbs', line 453
def training_execution_end_time: () -> ::Time
|
#training_execution_start_time ⇒ ::Time
452 |
# File 'sig/client.rbs', line 452
def training_execution_start_time: () -> ::Time
|