Class: Aws::SageMaker::Types::ModelMetadataSummary

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

Overview

A summary of the model metadata.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The machine learning domain of the model.

Returns:

  • (String)


31370
31371
31372
31373
31374
31375
31376
31377
31378
# File 'lib/aws-sdk-sagemaker/types.rb', line 31370

class ModelMetadataSummary < Struct.new(
  :domain,
  :framework,
  :task,
  :model,
  :framework_version)
  SENSITIVE = []
  include Aws::Structure
end

#frameworkString

The machine learning framework of the model.

Returns:

  • (String)


31370
31371
31372
31373
31374
31375
31376
31377
31378
# File 'lib/aws-sdk-sagemaker/types.rb', line 31370

class ModelMetadataSummary < Struct.new(
  :domain,
  :framework,
  :task,
  :model,
  :framework_version)
  SENSITIVE = []
  include Aws::Structure
end

#framework_versionString

The framework version of the model.

Returns:

  • (String)


31370
31371
31372
31373
31374
31375
31376
31377
31378
# File 'lib/aws-sdk-sagemaker/types.rb', line 31370

class ModelMetadataSummary < Struct.new(
  :domain,
  :framework,
  :task,
  :model,
  :framework_version)
  SENSITIVE = []
  include Aws::Structure
end

#modelString

The name of the model.

Returns:

  • (String)


31370
31371
31372
31373
31374
31375
31376
31377
31378
# File 'lib/aws-sdk-sagemaker/types.rb', line 31370

class ModelMetadataSummary < Struct.new(
  :domain,
  :framework,
  :task,
  :model,
  :framework_version)
  SENSITIVE = []
  include Aws::Structure
end

#taskString

The machine learning task of the model.

Returns:

  • (String)


31370
31371
31372
31373
31374
31375
31376
31377
31378
# File 'lib/aws-sdk-sagemaker/types.rb', line 31370

class ModelMetadataSummary < Struct.new(
  :domain,
  :framework,
  :task,
  :model,
  :framework_version)
  SENSITIVE = []
  include Aws::Structure
end