You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::GetSearchSuggestionsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetSearchSuggestionsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent
  suggestion_query: {
    property_name_query: {
      property_name_hint: "PropertyNameHint", # required
    },
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

The name of the Amazon SageMaker resource to search for.

Possible values:

  • TrainingJob
  • Experiment
  • ExperimentTrial
  • ExperimentTrialComponent

Returns:

  • (String)

    The name of the Amazon SageMaker resource to search for.

#suggestion_queryTypes::SuggestionQuery

Limits the property names that are included in the response.

Returns: