Class: Aws::SageMaker::Types::ResourceCatalog

Inherits:
Struct
  • Object
show all
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.

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/feature-store-cross-account-discoverability-share-sagemaker-catalog.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the ‘ResourceCatalog` was created.

Returns:

  • (Time)


35389
35390
35391
35392
35393
35394
35395
35396
# File 'lib/aws-sdk-sagemaker/types.rb', line 35389

class ResourceCatalog < Struct.new(
  :resource_catalog_arn,
  :resource_catalog_name,
  :description,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A free form description of the ‘ResourceCatalog`.

Returns:

  • (String)


35389
35390
35391
35392
35393
35394
35395
35396
# File 'lib/aws-sdk-sagemaker/types.rb', line 35389

class ResourceCatalog < Struct.new(
  :resource_catalog_arn,
  :resource_catalog_name,
  :description,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_catalog_arnString

The Amazon Resource Name (ARN) of the ‘ResourceCatalog`.

Returns:

  • (String)


35389
35390
35391
35392
35393
35394
35395
35396
# File 'lib/aws-sdk-sagemaker/types.rb', line 35389

class ResourceCatalog < Struct.new(
  :resource_catalog_arn,
  :resource_catalog_name,
  :description,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_catalog_nameString

The name of the ‘ResourceCatalog`.

Returns:

  • (String)


35389
35390
35391
35392
35393
35394
35395
35396
# File 'lib/aws-sdk-sagemaker/types.rb', line 35389

class ResourceCatalog < Struct.new(
  :resource_catalog_arn,
  :resource_catalog_name,
  :description,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end