Method: Aws::SageMaker::Types::ProjectSummary#project_id

Defined in:
lib/aws-sdk-sagemaker/types.rb

#project_idString

The ID of the project.

Returns:

  • (String)


44293
44294
44295
44296
44297
44298
44299
44300
44301
44302
# File 'lib/aws-sdk-sagemaker/types.rb', line 44293

class ProjectSummary < Struct.new(
  :project_name,
  :project_description,
  :project_arn,
  :project_id,
  :creation_time,
  :project_status)
  SENSITIVE = []
  include Aws::Structure
end