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

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

Overview

Provides summary information about a model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp that indicates when the model was created.

Returns:

  • (Time)


32034
32035
32036
32037
32038
32039
32040
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32034

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

#model_arnString

The Amazon Resource Name (ARN) of the model.

Returns:

  • (String)


32034
32035
32036
32037
32038
32039
32040
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32034

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

#model_nameString

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

Returns:

  • (String)


32034
32035
32036
32037
32038
32039
32040
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32034

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