Class: Aws::SageMaker::Types::CreateSpaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateSpaceRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_id ⇒ String
The ID of the associated Domain.
-
#space_name ⇒ String
The name of the space.
-
#space_settings ⇒ Types::SpaceSettings
A collection of space settings.
-
#tags ⇒ Array<Types::Tag>
Tags to associated with the space.
Instance Attribute Details
#domain_id ⇒ String
The ID of the associated Domain.
7348 7349 7350 7351 7352 7353 7354 7355 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7348 class CreateSpaceRequest < Struct.new( :domain_id, :space_name, :tags, :space_settings) SENSITIVE = [] include Aws::Structure end |
#space_name ⇒ String
The name of the space.
7348 7349 7350 7351 7352 7353 7354 7355 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7348 class CreateSpaceRequest < Struct.new( :domain_id, :space_name, :tags, :space_settings) SENSITIVE = [] include Aws::Structure end |
#space_settings ⇒ Types::SpaceSettings
A collection of space settings.
7348 7349 7350 7351 7352 7353 7354 7355 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7348 class CreateSpaceRequest < Struct.new( :domain_id, :space_name, :tags, :space_settings) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags to associated with the space. Each tag consists of a key and an
optional value. Tag keys must be unique for each resource. Tags are
searchable using the Search
API.
7348 7349 7350 7351 7352 7353 7354 7355 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7348 class CreateSpaceRequest < Struct.new( :domain_id, :space_name, :tags, :space_settings) SENSITIVE = [] include Aws::Structure end |