Class: Aws::SageMaker::Types::ModelSummary

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

Overview

Provides summary information about a model.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp that indicates when the model was created.

Returns:

  • (Time)


8425
8426
8427
8428
8429
8430
# File 'lib/aws-sdk-sagemaker/types.rb', line 8425

class ModelSummary < Struct.new(
  :model_name,
  :model_arn,
  :creation_time)
  include Aws::Structure
end

#model_arnString

The Amazon Resource Name (ARN) of the model.

Returns:

  • (String)


8425
8426
8427
8428
8429
8430
# File 'lib/aws-sdk-sagemaker/types.rb', line 8425

class ModelSummary < Struct.new(
  :model_name,
  :model_arn,
  :creation_time)
  include Aws::Structure
end

#model_nameString

The name of the model that you want a summary for.

Returns:

  • (String)


8425
8426
8427
8428
8429
8430
# File 'lib/aws-sdk-sagemaker/types.rb', line 8425

class ModelSummary < Struct.new(
  :model_name,
  :model_arn,
  :creation_time)
  include Aws::Structure
end