Class: Aws::SageMaker::Types::SearchRecord

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointTypes::Endpoint

A hosted endpoint for real-time inference.

Returns:



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#experimentTypes::Experiment

The properties of an experiment.

Returns:



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#feature_groupTypes::FeatureGroup

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.

Returns:



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#feature_metadataTypes::FeatureMetadata

The feature metadata used to search through the features.



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#hyper_parameter_tuning_jobTypes::HyperParameterTuningJobSearchEntity

The properties of a hyperparameter tuning job.



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#modelTypes::ModelDashboardModel

A model displayed in the Amazon SageMaker Model Dashboard.



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#model_cardTypes::ModelCard

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

Returns:



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#model_packageTypes::ModelPackage

A versioned model that can be deployed for SageMaker inference.

Returns:



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_groupTypes::ModelPackageGroup

A group of versioned models in the model registry.



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#pipelineTypes::Pipeline

A SageMaker Model Building Pipeline instance.

Returns:



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_executionTypes::PipelineExecution

An execution of a pipeline.



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#projectTypes::Project

The properties of a project.

Returns:



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#training_jobTypes::TrainingJob

The properties of a training job.

Returns:



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#trialTypes::Trial

The properties of a trial.

Returns:



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end

#trial_componentTypes::TrialComponent

The properties of a trial component.



38352
38353
38354
38355
38356
38357
38358
38359
38360
38361
38362
38363
38364
38365
38366
38367
38368
38369
38370
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38352

class SearchRecord < Struct.new(
  :training_job,
  :experiment,
  :trial,
  :trial_component,
  :endpoint,
  :model_package,
  :model_package_group,
  :pipeline,
  :pipeline_execution,
  :feature_group,
  :feature_metadata,
  :project,
  :hyper_parameter_tuning_job,
  :model_card,
  :model)
  SENSITIVE = []
  include Aws::Structure
end