Class: Aws::SageMaker::Types::DescribeProjectOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_byTypes::UserContext

Information about the user who created or modified a SageMaker resource.

Returns:



19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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

#creation_timeTime

The time when the project was created.

Returns:

  • (Time)


19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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

#last_modified_byTypes::UserContext

Information about the user who created or modified a SageMaker resource.

Returns:



19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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

#last_modified_timeTime

The timestamp when project was last modified.

Returns:

  • (Time)


19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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

#project_arnString

The Amazon Resource Name (ARN) of the project.

Returns:

  • (String)


19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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

#project_descriptionString

The description of the project.

Returns:

  • (String)


19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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

#project_idString

The ID of the project.

Returns:

  • (String)


19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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

#project_nameString

The name of the project.

Returns:

  • (String)


19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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

#project_statusString

The status of the project.

Returns:

  • (String)


19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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

#service_catalog_provisioned_product_detailsTypes::ServiceCatalogProvisionedProductDetails

Information about a provisioned service catalog product.



19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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

#service_catalog_provisioning_detailsTypes::ServiceCatalogProvisioningDetails

Information used to provision a service catalog product. For information, see What is Amazon Web Services Service Catalog.



19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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

#template_provider_detailsArray<Types::TemplateProviderDetail>

An array of template providers associated with the project.

Returns:



19134
19135
19136
19137
19138
19139
19140
19141
19142
19143
19144
19145
19146
19147
19148
19149
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19134

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