Class: Aws::SageMaker::Types::VectorConfig

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

Overview

Configuration for your vector collection type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionInteger

The number of elements in your vector.

Returns:

  • (Integer)


44908
44909
44910
44911
44912
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44908

class VectorConfig < Struct.new(
  :dimension)
  SENSITIVE = []
  include Aws::Structure
end