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.
45774 45775 45776 45777 45778 45779 45780 45781 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45774 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.
45774 45775 45776 45777 45778 45779 45780 45781 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45774 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.
45774 45775 45776 45777 45778 45779 45780 45781 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45774 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.
45774 45775 45776 45777 45778 45779 45780 45781 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45774 class ResourceCatalog < Struct.new( :resource_catalog_arn, :resource_catalog_name, :description, :creation_time) SENSITIVE = [] include Aws::Structure end |