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
ResourceCatalogwas 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.
49792 49793 49794 49795 49796 49797 49798 49799 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 49792 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.
49792 49793 49794 49795 49796 49797 49798 49799 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 49792 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.
49792 49793 49794 49795 49796 49797 49798 49799 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 49792 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.
49792 49793 49794 49795 49796 49797 49798 49799 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 49792 class ResourceCatalog < Struct.new( :resource_catalog_arn, :resource_catalog_name, :description, :creation_time) SENSITIVE = [] include Aws::Structure end |