Struct aws_sdk_sagemaker::model::search_record::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for SearchRecord
Implementations
The properties of a training job.
The properties of a training job.
The properties of an experiment.
The properties of an experiment.
The properties of a trial component.
The properties of a trial component.
A hosted endpoint for real-time inference.
A versioned model that can be deployed for SageMaker inference.
A versioned model that can be deployed for SageMaker inference.
A group of versioned models in the model registry.
A group of versioned models in the model registry.
A SageMaker Model Building Pipeline instance.
An execution of a pipeline.
An execution of a pipeline.
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.
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.
The properties of a project.
Consumes the builder and constructs a SearchRecord
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more