Class: Aws::SageMaker::Types::Project

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The properties of a project as returned by the Search API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Who created the project.

Returns:



35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

A timestamp specifying when the project was created.

Returns:

  • (Time)


35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_byTypes::UserContext

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

Returns:



35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

A timestamp container for when the project was last modified.

Returns:

  • (Time)


35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#project_arnString

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)


35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#project_descriptionString

The description of the project.

Returns:

  • (String)


35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The ID of the project.

Returns:

  • (String)


35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project.

Returns:

  • (String)


35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#project_statusString

The status of the project.

Returns:

  • (String)


35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#service_catalog_provisioned_product_detailsTypes::ServiceCatalogProvisionedProductDetails

Details of a provisioned service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.



35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#service_catalog_provisioning_detailsTypes::ServiceCatalogProvisioningDetails

Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.



35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.

Returns:



35959
35960
35961
35962
35963
35964
35965
35966
35967
35968
35969
35970
35971
35972
35973
35974
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35959

class Project < Struct.new(
  :project_arn,
  :project_name,
  :project_id,
  :project_description,
  :service_catalog_provisioning_details,
  :service_catalog_provisioned_product_details,
  :project_status,
  :created_by,
  :creation_time,
  :tags,
  :last_modified_time,
  :last_modified_by)
  SENSITIVE = []
  include Aws::Structure
end