Class: Aws::SageMaker::Types::ResourceCatalog
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ResourceCatalog
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A resource catalog containing all of the resources of a specific resource type within a resource owner account. For an example on sharing the Amazon SageMaker Feature Store ‘DefaultFeatureGroupCatalog`, see [Share Amazon SageMaker Catalog resource type] in the Amazon SageMaker Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time the ‘ResourceCatalog` was created.
-
#description ⇒ String
A free form description of the ‘ResourceCatalog`.
-
#resource_catalog_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ResourceCatalog`.
-
#resource_catalog_name ⇒ String
The name of the ‘ResourceCatalog`.
Instance Attribute Details
#creation_time ⇒ Time
The time the ‘ResourceCatalog` was created.
39497 39498 39499 39500 39501 39502 39503 39504 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39497 class ResourceCatalog < Struct.new( :resource_catalog_arn, :resource_catalog_name, :description, :creation_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A free form description of the ‘ResourceCatalog`.
39497 39498 39499 39500 39501 39502 39503 39504 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39497 class ResourceCatalog < Struct.new( :resource_catalog_arn, :resource_catalog_name, :description, :creation_time) SENSITIVE = [] include Aws::Structure end |
#resource_catalog_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ResourceCatalog`.
39497 39498 39499 39500 39501 39502 39503 39504 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39497 class ResourceCatalog < Struct.new( :resource_catalog_arn, :resource_catalog_name, :description, :creation_time) SENSITIVE = [] include Aws::Structure end |
#resource_catalog_name ⇒ String
The name of the ‘ResourceCatalog`.
39497 39498 39499 39500 39501 39502 39503 39504 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 39497 class ResourceCatalog < Struct.new( :resource_catalog_arn, :resource_catalog_name, :description, :creation_time) SENSITIVE = [] include Aws::Structure end |