Class: Aws::SageMaker::Types::VectorConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::VectorConfig
- 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
-
#dimension ⇒ Integer
The number of elements in your vector.
Instance Attribute Details
#dimension ⇒ Integer
The number of elements in your vector.
47162 47163 47164 47165 47166 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47162 class VectorConfig < Struct.new( :dimension) SENSITIVE = [] include Aws::Structure end |