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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp that indicates when the model was created.

Returns:

  • (Time)


32091
32092
32093
32094
32095
32096
32097
# File 'lib/aws-sdk-sagemaker/types.rb', line 32091

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)


32091
32092
32093
32094
32095
32096
32097
# File 'lib/aws-sdk-sagemaker/types.rb', line 32091

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)


32091
32092
32093
32094
32095
32096
32097
# File 'lib/aws-sdk-sagemaker/types.rb', line 32091

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