Class: Aws::SageMaker::Types::PropertyNameSuggestion
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PropertyNameSuggestion
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
A property name returned from a GetSearchSuggestions
call that
specifies a value in the PropertyNameQuery
field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#property_name ⇒ String
A suggested property name based on what you entered in the search textbox in the SageMaker console.
Instance Attribute Details
#property_name ⇒ String
A suggested property name based on what you entered in the search textbox in the SageMaker console.
39635 39636 39637 39638 39639 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39635 class PropertyNameSuggestion < Struct.new( :property_name) SENSITIVE = [] include Aws::Structure end |