Class: Aws::SageMaker::Types::PropertyNameQuery

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

Overview

Note:

When making an API call, you may pass PropertyNameQuery data as a hash:

{
  property_name_hint: "PropertyNameHint", # required
}

A type of ‘SuggestionQuery`. A suggestion query for retrieving property names that match the specified hint.

Instance Attribute Summary collapse

Instance Attribute Details

#property_name_hintString

Text that is part of a property’s name. The property names of hyperparameter, metric, and tag key names that begin with the specified text in the ‘PropertyNameHint`.

Returns:

  • (String)


16319
16320
16321
16322
# File 'lib/aws-sdk-sagemaker/types.rb', line 16319

class PropertyNameQuery < Struct.new(
  :property_name_hint)
  include Aws::Structure
end