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)


29178
29179
29180
29181
29182
29183
29184
29185
29186
# File 'lib/aws-sdk-sagemaker/types.rb', line 29178

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)


29178
29179
29180
29181
29182
29183
29184
29185
29186
# File 'lib/aws-sdk-sagemaker/types.rb', line 29178

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)


29178
29179
29180
29181
29182
29183
29184
29185
29186
# File 'lib/aws-sdk-sagemaker/types.rb', line 29178

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

#modelString

The name of the model.

Returns:

  • (String)


29178
29179
29180
29181
29182
29183
29184
29185
29186
# File 'lib/aws-sdk-sagemaker/types.rb', line 29178

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)


29178
29179
29180
29181
29182
29183
29184
29185
29186
# File 'lib/aws-sdk-sagemaker/types.rb', line 29178

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