Class: Aws::Types::DescribePredictorResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePredictorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
-
#auto_ml_algorithm_arns ⇒ ::Array[::String]
Returns the value of attribute auto_ml_algorithm_arns.
-
#auto_ml_override_strategy ⇒ "LatencyOptimized", "AccuracyOptimized"
Returns the value of attribute auto_ml_override_strategy.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dataset_import_job_arns ⇒ ::Array[::String]
Returns the value of attribute dataset_import_job_arns.
-
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
-
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
-
#evaluation_parameters ⇒ Types::EvaluationParameters
Returns the value of attribute evaluation_parameters.
-
#featurization_config ⇒ Types::FeaturizationConfig
Returns the value of attribute featurization_config.
-
#forecast_horizon ⇒ ::Integer
Returns the value of attribute forecast_horizon.
-
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
-
#hpo_config ⇒ Types::HyperParameterTuningJobConfig
Returns the value of attribute hpo_config.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#is_auto_predictor ⇒ Boolean
Returns the value of attribute is_auto_predictor.
-
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#optimization_metric ⇒ "WAPE", ...
Returns the value of attribute optimization_metric.
-
#perform_auto_ml ⇒ Boolean
Returns the value of attribute perform_auto_ml.
-
#perform_hpo ⇒ Boolean
Returns the value of attribute perform_hpo.
-
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
-
#predictor_execution_details ⇒ Types::PredictorExecutionDetails
Returns the value of attribute predictor_execution_details.
-
#predictor_name ⇒ ::String
Returns the value of attribute predictor_name.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#training_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute training_parameters.
Instance Attribute Details
#algorithm_arn ⇒ ::String
Returns the value of attribute algorithm_arn.
607 608 609 |
# File 'sig/types.rbs', line 607 def algorithm_arn @algorithm_arn end |
#auto_ml_algorithm_arns ⇒ ::Array[::String]
Returns the value of attribute auto_ml_algorithm_arns.
608 609 610 |
# File 'sig/types.rbs', line 608 def auto_ml_algorithm_arns @auto_ml_algorithm_arns end |
#auto_ml_override_strategy ⇒ "LatencyOptimized", "AccuracyOptimized"
Returns the value of attribute auto_ml_override_strategy.
612 613 614 |
# File 'sig/types.rbs', line 612 def auto_ml_override_strategy @auto_ml_override_strategy end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
626 627 628 |
# File 'sig/types.rbs', line 626 def creation_time @creation_time end |
#dataset_import_job_arns ⇒ ::Array[::String]
Returns the value of attribute dataset_import_job_arns.
623 624 625 |
# File 'sig/types.rbs', line 623 def dataset_import_job_arns @dataset_import_job_arns end |
#encryption_config ⇒ Types::EncryptionConfig
Returns the value of attribute encryption_config.
619 620 621 |
# File 'sig/types.rbs', line 619 def encryption_config @encryption_config end |
#estimated_time_remaining_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_remaining_in_minutes.
621 622 623 |
# File 'sig/types.rbs', line 621 def estimated_time_remaining_in_minutes @estimated_time_remaining_in_minutes end |
#evaluation_parameters ⇒ Types::EvaluationParameters
Returns the value of attribute evaluation_parameters.
615 616 617 |
# File 'sig/types.rbs', line 615 def evaluation_parameters @evaluation_parameters end |
#featurization_config ⇒ Types::FeaturizationConfig
Returns the value of attribute featurization_config.
618 619 620 |
# File 'sig/types.rbs', line 618 def featurization_config @featurization_config end |
#forecast_horizon ⇒ ::Integer
Returns the value of attribute forecast_horizon.
609 610 611 |
# File 'sig/types.rbs', line 609 def forecast_horizon @forecast_horizon end |
#forecast_types ⇒ ::Array[::String]
Returns the value of attribute forecast_types.
610 611 612 |
# File 'sig/types.rbs', line 610 def forecast_types @forecast_types end |
#hpo_config ⇒ Types::HyperParameterTuningJobConfig
Returns the value of attribute hpo_config.
616 617 618 |
# File 'sig/types.rbs', line 616 def hpo_config @hpo_config end |
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
617 618 619 |
# File 'sig/types.rbs', line 617 def input_data_config @input_data_config end |
#is_auto_predictor ⇒ Boolean
Returns the value of attribute is_auto_predictor.
622 623 624 |
# File 'sig/types.rbs', line 622 def is_auto_predictor @is_auto_predictor end |
#last_modification_time ⇒ ::Time
Returns the value of attribute last_modification_time.
627 628 629 |
# File 'sig/types.rbs', line 627 def last_modification_time @last_modification_time end |
#message ⇒ ::String
Returns the value of attribute message.
625 626 627 |
# File 'sig/types.rbs', line 625 def end |
#optimization_metric ⇒ "WAPE", ...
Returns the value of attribute optimization_metric.
628 629 630 |
# File 'sig/types.rbs', line 628 def optimization_metric @optimization_metric end |
#perform_auto_ml ⇒ Boolean
Returns the value of attribute perform_auto_ml.
611 612 613 |
# File 'sig/types.rbs', line 611 def perform_auto_ml @perform_auto_ml end |
#perform_hpo ⇒ Boolean
Returns the value of attribute perform_hpo.
613 614 615 |
# File 'sig/types.rbs', line 613 def perform_hpo @perform_hpo end |
#predictor_arn ⇒ ::String
Returns the value of attribute predictor_arn.
605 606 607 |
# File 'sig/types.rbs', line 605 def predictor_arn @predictor_arn end |
#predictor_execution_details ⇒ Types::PredictorExecutionDetails
Returns the value of attribute predictor_execution_details.
620 621 622 |
# File 'sig/types.rbs', line 620 def predictor_execution_details @predictor_execution_details end |
#predictor_name ⇒ ::String
Returns the value of attribute predictor_name.
606 607 608 |
# File 'sig/types.rbs', line 606 def predictor_name @predictor_name end |
#status ⇒ ::String
Returns the value of attribute status.
624 625 626 |
# File 'sig/types.rbs', line 624 def status @status end |
#training_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute training_parameters.
614 615 616 |
# File 'sig/types.rbs', line 614 def training_parameters @training_parameters end |