Method: Aws::SageMaker::Types::ProjectSummary#creation_time
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#creation_time ⇒ Time
The time that the project was created.
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 |