Method: Aws::SageMaker::Types::ProjectSummary#project_description
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#project_description ⇒ String
The description of the project.
44284 44285 44286 44287 44288 44289 44290 44291 44292 44293 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 44284 class ProjectSummary < Struct.new( :project_name, :project_description, :project_arn, :project_id, :creation_time, :project_status) SENSITIVE = [] include Aws::Structure end |