AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetSearchSuggestions operation. An auto-complete API for the search functionality in the SageMaker console. It returns suggestions of possible matches for the property name to use in Search queries. Provides suggestions for HyperParameters, Tags, and Metrics.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.GetSearchSuggestionsRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class GetSearchSuggestionsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The GetSearchSuggestionsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Resource Amazon.SageMaker.ResourceType

Gets and sets the property Resource.

The name of the SageMaker resource to search for.

Public Property SuggestionQuery Amazon.SageMaker.Model.SuggestionQuery

Gets and sets the property SuggestionQuery.

Limits the property names that are included in the response.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5