@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelMetadataSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the model metadata.
Constructor and Description |
---|
ModelMetadataSummary() |
Modifier and Type | Method and Description |
---|---|
ModelMetadataSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDomain()
The machine learning domain of the model.
|
String |
getFramework()
The machine learning framework of the model.
|
String |
getFrameworkVersion()
The framework version of the model.
|
String |
getModel()
The name of the model.
|
String |
getTask()
The machine learning task of the model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDomain(String domain)
The machine learning domain of the model.
|
void |
setFramework(String framework)
The machine learning framework of the model.
|
void |
setFrameworkVersion(String frameworkVersion)
The framework version of the model.
|
void |
setModel(String model)
The name of the model.
|
void |
setTask(String task)
The machine learning task of the model.
|
String |
toString()
Returns a string representation of this object.
|
ModelMetadataSummary |
withDomain(String domain)
The machine learning domain of the model.
|
ModelMetadataSummary |
withFramework(String framework)
The machine learning framework of the model.
|
ModelMetadataSummary |
withFrameworkVersion(String frameworkVersion)
The framework version of the model.
|
ModelMetadataSummary |
withModel(String model)
The name of the model.
|
ModelMetadataSummary |
withTask(String task)
The machine learning task of the model.
|
public void setDomain(String domain)
The machine learning domain of the model.
domain
- The machine learning domain of the model.public String getDomain()
The machine learning domain of the model.
public ModelMetadataSummary withDomain(String domain)
The machine learning domain of the model.
domain
- The machine learning domain of the model.public void setFramework(String framework)
The machine learning framework of the model.
framework
- The machine learning framework of the model.public String getFramework()
The machine learning framework of the model.
public ModelMetadataSummary withFramework(String framework)
The machine learning framework of the model.
framework
- The machine learning framework of the model.public void setTask(String task)
The machine learning task of the model.
task
- The machine learning task of the model.public String getTask()
The machine learning task of the model.
public ModelMetadataSummary withTask(String task)
The machine learning task of the model.
task
- The machine learning task of the model.public void setModel(String model)
The name of the model.
model
- The name of the model.public String getModel()
The name of the model.
public ModelMetadataSummary withModel(String model)
The name of the model.
model
- The name of the model.public void setFrameworkVersion(String frameworkVersion)
The framework version of the model.
frameworkVersion
- The framework version of the model.public String getFrameworkVersion()
The framework version of the model.
public ModelMetadataSummary withFrameworkVersion(String frameworkVersion)
The framework version of the model.
frameworkVersion
- The framework version of the model.public String toString()
toString
in class Object
Object.toString()
public ModelMetadataSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.