class Aws::SageMaker::Types::GetSearchSuggestionsRequest

@note When making an API call, you may pass GetSearchSuggestionsRequest

data as a hash:

    {
      resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup
      suggestion_query: {
        property_name_query: {
          property_name_hint: "PropertyNameHint", # required
        },
      },
    }

@!attribute [rw] resource

The name of the Amazon SageMaker resource to search for.
@return [String]

@!attribute [rw] suggestion_query

Limits the property names that are included in the response.
@return [Types::SuggestionQuery]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/GetSearchSuggestionsRequest AWS API Documentation

Constants

SENSITIVE