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)


6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012

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

#context_typeString

The context type.

Returns:

  • (String)


6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012

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)


6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012

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


6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012

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.



6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012

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:



6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
# File 'lib/aws-sdk-sagemaker/types.rb', line 6012

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