Class: Aws::Types::DescribePredictorResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm_arn ⇒ ::String

Returns the value of attribute algorithm_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("LatencyOptimized", "AccuracyOptimized")


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.

Returns:

  • (::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::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.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def message
  @message
end

#optimization_metric ⇒ "WAPE", ...

Returns the value of attribute optimization_metric.

Returns:

  • ("WAPE", "RMSE", "AverageWeightedQuantileLoss", "MASE", "MAPE")


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.

Returns:

  • (Boolean)


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.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


606
607
608
# File 'sig/types.rbs', line 606

def predictor_name
  @predictor_name
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


614
615
616
# File 'sig/types.rbs', line 614

def training_parameters
  @training_parameters
end