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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
# File 'lib/aws-sdk-sagemaker/types.rb', line 5710

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

#context_typeString

The context type.

Returns:

  • (String)


5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
# File 'lib/aws-sdk-sagemaker/types.rb', line 5710

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)


5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
# File 'lib/aws-sdk-sagemaker/types.rb', line 5710

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>)


5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
# File 'lib/aws-sdk-sagemaker/types.rb', line 5710

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.



5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
# File 'lib/aws-sdk-sagemaker/types.rb', line 5710

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:



5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
# File 'lib/aws-sdk-sagemaker/types.rb', line 5710

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