SearchRecord

A single resource returned as part of the Search API response.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A hosted endpoint for real-time inference.

Link copied to clipboard

The properties of an experiment.

Link copied to clipboard

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.

Link copied to clipboard

The feature metadata used to search through the features.

Link copied to clipboard

The properties of a hyperparameter tuning job.

Link copied to clipboard

A model displayed in the Amazon SageMaker Model Dashboard.

Link copied to clipboard

An Amazon SageMaker Model Card that documents details about a machine learning model.

Link copied to clipboard

A versioned model that can be deployed for SageMaker inference.

Link copied to clipboard

A group of versioned models in the model registry.

Link copied to clipboard

A SageMaker Model Building Pipeline instance.

Link copied to clipboard

An execution of a pipeline.

Link copied to clipboard

The properties of a project.

Link copied to clipboard

The properties of a training job.

Link copied to clipboard
val trial: Trial?

The properties of a trial.

Link copied to clipboard

The properties of a trial component.

Functions

Link copied to clipboard
inline fun copy(block: SearchRecord.Builder.() -> Unit = {}): SearchRecord
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String