Class: Aws::Types::SearchRecord
- Inherits:
-
Object
- Object
- Aws::Types::SearchRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
-
#experiment ⇒ Types::Experiment
Returns the value of attribute experiment.
-
#feature_group ⇒ Types::FeatureGroup
Returns the value of attribute feature_group.
-
#feature_metadata ⇒ Types::FeatureMetadata
Returns the value of attribute feature_metadata.
-
#hub_content ⇒ Types::HubContent
Returns the value of attribute hub_content.
-
#hyper_parameter_tuning_job ⇒ Types::HyperParameterTuningJobSearchEntity
Returns the value of attribute hyper_parameter_tuning_job.
-
#job ⇒ Types::Job
Returns the value of attribute job.
-
#model ⇒ Types::ModelDashboardModel
Returns the value of attribute model.
-
#model_card ⇒ Types::ModelCard
Returns the value of attribute model_card.
-
#model_package ⇒ Types::ModelPackage
Returns the value of attribute model_package.
-
#model_package_group ⇒ Types::ModelPackageGroup
Returns the value of attribute model_package_group.
-
#pipeline ⇒ Types::Pipeline
Returns the value of attribute pipeline.
-
#pipeline_execution ⇒ Types::PipelineExecution
Returns the value of attribute pipeline_execution.
-
#pipeline_version ⇒ Types::PipelineVersion
Returns the value of attribute pipeline_version.
-
#project ⇒ Types::Project
Returns the value of attribute project.
-
#training_job ⇒ Types::TrainingJob
Returns the value of attribute training_job.
-
#trial ⇒ Types::Trial
Returns the value of attribute trial.
-
#trial_component ⇒ Types::TrialComponent
Returns the value of attribute trial_component.
Instance Attribute Details
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
10818 10819 10820 |
# File 'sig/types.rbs', line 10818 def endpoint @endpoint end |
#experiment ⇒ Types::Experiment
Returns the value of attribute experiment.
10815 10816 10817 |
# File 'sig/types.rbs', line 10815 def experiment @experiment end |
#feature_group ⇒ Types::FeatureGroup
Returns the value of attribute feature_group.
10824 10825 10826 |
# File 'sig/types.rbs', line 10824 def feature_group @feature_group end |
#feature_metadata ⇒ Types::FeatureMetadata
Returns the value of attribute feature_metadata.
10825 10826 10827 |
# File 'sig/types.rbs', line 10825 def @feature_metadata end |
#hub_content ⇒ Types::HubContent
Returns the value of attribute hub_content.
10831 10832 10833 |
# File 'sig/types.rbs', line 10831 def hub_content @hub_content end |
#hyper_parameter_tuning_job ⇒ Types::HyperParameterTuningJobSearchEntity
Returns the value of attribute hyper_parameter_tuning_job.
10827 10828 10829 |
# File 'sig/types.rbs', line 10827 def hyper_parameter_tuning_job @hyper_parameter_tuning_job end |
#job ⇒ Types::Job
Returns the value of attribute job.
10830 10831 10832 |
# File 'sig/types.rbs', line 10830 def job @job end |
#model ⇒ Types::ModelDashboardModel
Returns the value of attribute model.
10829 10830 10831 |
# File 'sig/types.rbs', line 10829 def model @model end |
#model_card ⇒ Types::ModelCard
Returns the value of attribute model_card.
10828 10829 10830 |
# File 'sig/types.rbs', line 10828 def model_card @model_card end |
#model_package ⇒ Types::ModelPackage
Returns the value of attribute model_package.
10819 10820 10821 |
# File 'sig/types.rbs', line 10819 def model_package @model_package end |
#model_package_group ⇒ Types::ModelPackageGroup
Returns the value of attribute model_package_group.
10820 10821 10822 |
# File 'sig/types.rbs', line 10820 def model_package_group @model_package_group end |
#pipeline ⇒ Types::Pipeline
Returns the value of attribute pipeline.
10821 10822 10823 |
# File 'sig/types.rbs', line 10821 def pipeline @pipeline end |
#pipeline_execution ⇒ Types::PipelineExecution
Returns the value of attribute pipeline_execution.
10822 10823 10824 |
# File 'sig/types.rbs', line 10822 def pipeline_execution @pipeline_execution end |
#pipeline_version ⇒ Types::PipelineVersion
Returns the value of attribute pipeline_version.
10823 10824 10825 |
# File 'sig/types.rbs', line 10823 def pipeline_version @pipeline_version end |
#project ⇒ Types::Project
Returns the value of attribute project.
10826 10827 10828 |
# File 'sig/types.rbs', line 10826 def project @project end |
#training_job ⇒ Types::TrainingJob
Returns the value of attribute training_job.
10814 10815 10816 |
# File 'sig/types.rbs', line 10814 def training_job @training_job end |
#trial ⇒ Types::Trial
Returns the value of attribute trial.
10816 10817 10818 |
# File 'sig/types.rbs', line 10816 def trial @trial end |
#trial_component ⇒ Types::TrialComponent
Returns the value of attribute trial_component.
10817 10818 10819 |
# File 'sig/types.rbs', line 10817 def trial_component @trial_component end |