Class: Aws::SageMaker::Types::DescribeContextResponse

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_arnString

The Amazon Resource Name (ARN) of the context.

Returns:

  • (String)


14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14882

class DescribeContextResponse < Struct.new(
  :context_name,
  :context_arn,
  :source,
  :context_type,
  :description,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#context_nameString

The name of the context.

Returns:

  • (String)


14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14882

class DescribeContextResponse < Struct.new(
  :context_name,
  :context_arn,
  :source,
  :context_type,
  :description,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#context_typeString

The type of the context.

Returns:

  • (String)


14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14882

class DescribeContextResponse < Struct.new(
  :context_name,
  :context_arn,
  :source,
  :context_type,
  :description,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#created_byTypes::UserContext

Information about the user who created or modified a SageMaker resource.

Returns:



14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14882

class DescribeContextResponse < Struct.new(
  :context_name,
  :context_arn,
  :source,
  :context_type,
  :description,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the context was created.

Returns:

  • (Time)


14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14882

class DescribeContextResponse < Struct.new(
  :context_name,
  :context_arn,
  :source,
  :context_type,
  :description,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the context.

Returns:

  • (String)


14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14882

class DescribeContextResponse < Struct.new(
  :context_name,
  :context_arn,
  :source,
  :context_type,
  :description,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byTypes::UserContext

Information about the user who created or modified a SageMaker resource.

Returns:



14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14882

class DescribeContextResponse < Struct.new(
  :context_name,
  :context_arn,
  :source,
  :context_type,
  :description,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the context was last modified.

Returns:

  • (Time)


14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14882

class DescribeContextResponse < Struct.new(
  :context_name,
  :context_arn,
  :source,
  :context_type,
  :description,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#lineage_group_arnString

The Amazon Resource Name (ARN) of the lineage group.

Returns:

  • (String)


14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14882

class DescribeContextResponse < Struct.new(
  :context_name,
  :context_arn,
  :source,
  :context_type,
  :description,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,String>

A list of the context's properties.

Returns:

  • (Hash<String,String>)


14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14882

class DescribeContextResponse < Struct.new(
  :context_name,
  :context_arn,
  :source,
  :context_type,
  :description,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::ContextSource

The source of the context.



14882
14883
14884
14885
14886
14887
14888
14889
14890
14891
14892
14893
14894
14895
14896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 14882

class DescribeContextResponse < Struct.new(
  :context_name,
  :context_arn,
  :source,
  :context_type,
  :description,
  :properties,
  :creation_time,
  :created_by,
  :last_modified_time,
  :last_modified_by,
  :lineage_group_arn)
  SENSITIVE = []
  include Aws::Structure
end