Class: Aws::SageMaker::Types::PropertyNameQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PropertyNameQuery
- 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
-
#property_name_hint ⇒ String
Text that is part of a property’s name.
Instance Attribute Details
#property_name_hint ⇒ String
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`.
16319 16320 16321 16322 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 16319 class PropertyNameQuery < Struct.new( :property_name_hint) include Aws::Structure end |