Struct aws_sdk_sagemaker::model::search_record::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for SearchRecord
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn training_job(self, input: TrainingJob) -> Self
pub fn training_job(self, input: TrainingJob) -> Self
The properties of a training job.
sourcepub fn set_training_job(self, input: Option<TrainingJob>) -> Self
pub fn set_training_job(self, input: Option<TrainingJob>) -> Self
The properties of a training job.
sourcepub fn experiment(self, input: Experiment) -> Self
pub fn experiment(self, input: Experiment) -> Self
The properties of an experiment.
sourcepub fn set_experiment(self, input: Option<Experiment>) -> Self
pub fn set_experiment(self, input: Option<Experiment>) -> Self
The properties of an experiment.
sourcepub fn trial_component(self, input: TrialComponent) -> Self
pub fn trial_component(self, input: TrialComponent) -> Self
The properties of a trial component.
sourcepub fn set_trial_component(self, input: Option<TrialComponent>) -> Self
pub fn set_trial_component(self, input: Option<TrialComponent>) -> Self
The properties of a trial component.
sourcepub fn set_endpoint(self, input: Option<Endpoint>) -> Self
pub fn set_endpoint(self, input: Option<Endpoint>) -> Self
A hosted endpoint for real-time inference.
sourcepub fn model_package(self, input: ModelPackage) -> Self
pub fn model_package(self, input: ModelPackage) -> Self
A versioned model that can be deployed for SageMaker inference.
sourcepub fn set_model_package(self, input: Option<ModelPackage>) -> Self
pub fn set_model_package(self, input: Option<ModelPackage>) -> Self
A versioned model that can be deployed for SageMaker inference.
sourcepub fn model_package_group(self, input: ModelPackageGroup) -> Self
pub fn model_package_group(self, input: ModelPackageGroup) -> Self
A group of versioned models in the model registry.
sourcepub fn set_model_package_group(self, input: Option<ModelPackageGroup>) -> Self
pub fn set_model_package_group(self, input: Option<ModelPackageGroup>) -> Self
A group of versioned models in the model registry.
sourcepub fn set_pipeline(self, input: Option<Pipeline>) -> Self
pub fn set_pipeline(self, input: Option<Pipeline>) -> Self
A SageMaker Model Building Pipeline instance.
sourcepub fn pipeline_execution(self, input: PipelineExecution) -> Self
pub fn pipeline_execution(self, input: PipelineExecution) -> Self
An execution of a pipeline.
sourcepub fn set_pipeline_execution(self, input: Option<PipelineExecution>) -> Self
pub fn set_pipeline_execution(self, input: Option<PipelineExecution>) -> Self
An execution of a pipeline.
sourcepub fn feature_group(self, input: FeatureGroup) -> Self
pub fn feature_group(self, input: FeatureGroup) -> Self
Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.
sourcepub fn set_feature_group(self, input: Option<FeatureGroup>) -> Self
pub fn set_feature_group(self, input: Option<FeatureGroup>) -> Self
Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.
sourcepub fn set_project(self, input: Option<Project>) -> Self
pub fn set_project(self, input: Option<Project>) -> Self
The properties of a project.
sourcepub fn feature_metadata(self, input: FeatureMetadata) -> Self
pub fn feature_metadata(self, input: FeatureMetadata) -> Self
The feature metadata used to search through the features.
sourcepub fn set_feature_metadata(self, input: Option<FeatureMetadata>) -> Self
pub fn set_feature_metadata(self, input: Option<FeatureMetadata>) -> Self
The feature metadata used to search through the features.
sourcepub fn hyper_parameter_tuning_job(
self,
input: HyperParameterTuningJobSearchEntity
) -> Self
pub fn hyper_parameter_tuning_job(
self,
input: HyperParameterTuningJobSearchEntity
) -> Self
The properties of a hyperparameter tuning job.
sourcepub fn set_hyper_parameter_tuning_job(
self,
input: Option<HyperParameterTuningJobSearchEntity>
) -> Self
pub fn set_hyper_parameter_tuning_job(
self,
input: Option<HyperParameterTuningJobSearchEntity>
) -> Self
The properties of a hyperparameter tuning job.
sourcepub fn model(self, input: ModelDashboardModel) -> Self
pub fn model(self, input: ModelDashboardModel) -> Self
A model displayed in the Amazon SageMaker Model Dashboard.
sourcepub fn set_model(self, input: Option<ModelDashboardModel>) -> Self
pub fn set_model(self, input: Option<ModelDashboardModel>) -> Self
A model displayed in the Amazon SageMaker Model Dashboard.
sourcepub fn model_card(self, input: ModelCard) -> Self
pub fn model_card(self, input: ModelCard) -> Self
An Amazon SageMaker Model Card that documents details about a machine learning model.
sourcepub fn set_model_card(self, input: Option<ModelCard>) -> Self
pub fn set_model_card(self, input: Option<ModelCard>) -> Self
An Amazon SageMaker Model Card that documents details about a machine learning model.
sourcepub fn build(self) -> SearchRecord
pub fn build(self) -> SearchRecord
Consumes the builder and constructs a SearchRecord
.