Class: Aws::SageMaker::Types::ModelMetadataFilter

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

Overview

Part of the search expression. You can specify the name and value (domain, task, framework, framework version, task, and model).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the of the model to filter by.

Returns:

  • (String)


31293
31294
31295
31296
31297
31298
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31293

class ModelMetadataFilter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value to filter the model metadata.

Returns:

  • (String)


31293
31294
31295
31296
31297
31298
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 31293

class ModelMetadataFilter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end