Class: Aws::SageMaker::Types::CreateContextRequest

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

#context_nameString

The name of the context. Must be unique to your account in an Amazon Web Services Region.

Returns:

  • (String)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5653

class CreateContextRequest < Struct.new(
  :context_name,
  :source,
  :context_type,
  :description,
  :properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#context_typeString

The context type.

Returns:

  • (String)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5653

class CreateContextRequest < Struct.new(
  :context_name,
  :source,
  :context_type,
  :description,
  :properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the context.

Returns:

  • (String)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5653

class CreateContextRequest < Struct.new(
  :context_name,
  :source,
  :context_type,
  :description,
  :properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,String>

A list of properties to add to the context.

Returns:

  • (Hash<String,String>)


5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5653

class CreateContextRequest < Struct.new(
  :context_name,
  :source,
  :context_type,
  :description,
  :properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::ContextSource

The source type, ID, and URI.



5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5653

class CreateContextRequest < Struct.new(
  :context_name,
  :source,
  :context_type,
  :description,
  :properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to apply to the context.

Returns:



5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5653

class CreateContextRequest < Struct.new(
  :context_name,
  :source,
  :context_type,
  :description,
  :properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end