Class: Aws::SageMaker::Types::ListModelMetadataRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of models to return in the response.

Returns:

  • (Integer)


27847
27848
27849
27850
27851
27852
27853
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27847

class ListModelMetadataRequest < Struct.new(
  :search_expression,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response to a previous ListModelMetadataResponse request was truncated, the response includes a NextToken. To retrieve the next set of model metadata, use the token in the next request.

Returns:

  • (String)


27847
27848
27849
27850
27851
27852
27853
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27847

class ListModelMetadataRequest < Struct.new(
  :search_expression,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#search_expressionTypes::ModelMetadataSearchExpression

One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. Specify the Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are case-sensitive.



27847
27848
27849
27850
27851
27852
27853
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27847

class ListModelMetadataRequest < Struct.new(
  :search_expression,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end