Class: Aws::SageMaker::Types::ContextSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ContextSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Lists a summary of the properties of a context. A context provides a logical grouping of other entities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context_arn ⇒ String
The Amazon Resource Name (ARN) of the context.
-
#context_name ⇒ String
The name of the context.
-
#context_type ⇒ String
The type of the context.
-
#creation_time ⇒ Time
When the context was created.
-
#last_modified_time ⇒ Time
When the context was last modified.
-
#source ⇒ Types::ContextSource
The source of the context.
Instance Attribute Details
#context_arn ⇒ String
The Amazon Resource Name (ARN) of the context.
5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5139 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#context_name ⇒ String
The name of the context.
5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5139 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#context_type ⇒ String
The type of the context.
5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5139 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the context was created.
5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5139 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
When the context was last modified.
5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5139 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::ContextSource
The source of the context.
5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5139 class ContextSummary < Struct.new( :context_arn, :context_name, :source, :context_type, :creation_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |