Class: Aws::Types::ModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_model_version ⇒ ::Integer
Returns the value of attribute active_model_version.
-
#active_model_version_arn ⇒ ::String
Returns the value of attribute active_model_version_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#latest_scheduled_retraining_model_version ⇒ ::Integer
Returns the value of attribute latest_scheduled_retraining_model_version.
-
#latest_scheduled_retraining_start_time ⇒ ::Time
Returns the value of attribute latest_scheduled_retraining_start_time.
-
#latest_scheduled_retraining_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute latest_scheduled_retraining_status.
-
#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_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_quality ⇒ "QUALITY_THRESHOLD_MET", ...
Returns the value of attribute model_quality.
-
#next_scheduled_retraining_start_date ⇒ ::Time
Returns the value of attribute next_scheduled_retraining_start_date.
-
#retraining_scheduler_status ⇒ "PENDING", ...
Returns the value of attribute retraining_scheduler_status.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#active_model_version ⇒ ::Integer
Returns the value of attribute active_model_version.
842 843 844 |
# File 'sig/types.rbs', line 842 def active_model_version @active_model_version end |
#active_model_version_arn ⇒ ::String
Returns the value of attribute active_model_version_arn.
843 844 845 |
# File 'sig/types.rbs', line 843 def active_model_version_arn @active_model_version_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
841 842 843 |
# File 'sig/types.rbs', line 841 def created_at @created_at end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
839 840 841 |
# File 'sig/types.rbs', line 839 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
838 839 840 |
# File 'sig/types.rbs', line 838 def dataset_name @dataset_name end |
#latest_scheduled_retraining_model_version ⇒ ::Integer
Returns the value of attribute latest_scheduled_retraining_model_version.
845 846 847 |
# File 'sig/types.rbs', line 845 def latest_scheduled_retraining_model_version @latest_scheduled_retraining_model_version end |
#latest_scheduled_retraining_start_time ⇒ ::Time
Returns the value of attribute latest_scheduled_retraining_start_time.
846 847 848 |
# File 'sig/types.rbs', line 846 def latest_scheduled_retraining_start_time @latest_scheduled_retraining_start_time end |
#latest_scheduled_retraining_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute latest_scheduled_retraining_status.
844 845 846 |
# File 'sig/types.rbs', line 844 def latest_scheduled_retraining_status @latest_scheduled_retraining_status end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
837 838 839 |
# File 'sig/types.rbs', line 837 def model_arn @model_arn end |
#model_diagnostics_output_configuration ⇒ Types::ModelDiagnosticsOutputConfiguration
Returns the value of attribute model_diagnostics_output_configuration.
849 850 851 |
# File 'sig/types.rbs', line 849 def model_diagnostics_output_configuration @model_diagnostics_output_configuration end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
836 837 838 |
# File 'sig/types.rbs', line 836 def model_name @model_name end |
#model_quality ⇒ "QUALITY_THRESHOLD_MET", ...
Returns the value of attribute model_quality.
850 851 852 |
# File 'sig/types.rbs', line 850 def model_quality @model_quality end |
#next_scheduled_retraining_start_date ⇒ ::Time
Returns the value of attribute next_scheduled_retraining_start_date.
847 848 849 |
# File 'sig/types.rbs', line 847 def next_scheduled_retraining_start_date @next_scheduled_retraining_start_date end |
#retraining_scheduler_status ⇒ "PENDING", ...
Returns the value of attribute retraining_scheduler_status.
848 849 850 |
# File 'sig/types.rbs', line 848 def retraining_scheduler_status @retraining_scheduler_status end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
840 841 842 |
# File 'sig/types.rbs', line 840 def status @status end |