Interface ModelMetadataSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelMetadataSummary.Builder,ModelMetadataSummary>
,SdkBuilder<ModelMetadataSummary.Builder,ModelMetadataSummary>
,SdkPojo
- Enclosing class:
- ModelMetadataSummary
public static interface ModelMetadataSummary.Builder extends SdkPojo, CopyableBuilder<ModelMetadataSummary.Builder,ModelMetadataSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelMetadataSummary.Builder
domain(String domain)
The machine learning domain of the model.ModelMetadataSummary.Builder
framework(String framework)
The machine learning framework of the model.ModelMetadataSummary.Builder
frameworkVersion(String frameworkVersion)
The framework version of the model.ModelMetadataSummary.Builder
model(String model)
The name of the model.ModelMetadataSummary.Builder
task(String task)
The machine learning task of the model.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
domain
ModelMetadataSummary.Builder domain(String domain)
The machine learning domain of the model.
- Parameters:
domain
- The machine learning domain of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
framework
ModelMetadataSummary.Builder framework(String framework)
The machine learning framework of the model.
- Parameters:
framework
- The machine learning framework of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
task
ModelMetadataSummary.Builder task(String task)
The machine learning task of the model.
- Parameters:
task
- The machine learning task of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
model
ModelMetadataSummary.Builder model(String model)
The name of the model.
- Parameters:
model
- The name of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
frameworkVersion
ModelMetadataSummary.Builder frameworkVersion(String frameworkVersion)
The framework version of the model.
- Parameters:
frameworkVersion
- The framework version of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-