@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the specified ML model, including dataset and model names and ARNs, as well as status.
Constructor and Description |
---|
ModelSummary() |
Modifier and Type | Method and Description |
---|---|
ModelSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time at which the specific model was created.
|
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset used to create the model.
|
String |
getDatasetName()
The name of the dataset being used for the ML model.
|
String |
getModelArn()
The Amazon Resource Name (ARN) of the ML model.
|
String |
getModelName()
The name of the ML model.
|
String |
getStatus()
Indicates the status of the ML model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The time at which the specific model was created.
|
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to create the model.
|
void |
setDatasetName(String datasetName)
The name of the dataset being used for the ML model.
|
void |
setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model.
|
void |
setModelName(String modelName)
The name of the ML model.
|
void |
setStatus(String status)
Indicates the status of the ML model.
|
String |
toString()
Returns a string representation of this object.
|
ModelSummary |
withCreatedAt(Date createdAt)
The time at which the specific model was created.
|
ModelSummary |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to create the model.
|
ModelSummary |
withDatasetName(String datasetName)
The name of the dataset being used for the ML model.
|
ModelSummary |
withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model.
|
ModelSummary |
withModelName(String modelName)
The name of the ML model.
|
ModelSummary |
withStatus(ModelStatus status)
Indicates the status of the ML model.
|
ModelSummary |
withStatus(String status)
Indicates the status of the ML model.
|
public void setModelName(String modelName)
The name of the ML model.
modelName
- The name of the ML model.public String getModelName()
The name of the ML model.
public ModelSummary withModelName(String modelName)
The name of the ML model.
modelName
- The name of the ML model.public void setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model.
modelArn
- The Amazon Resource Name (ARN) of the ML model.public String getModelArn()
The Amazon Resource Name (ARN) of the ML model.
public ModelSummary withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the ML model.
modelArn
- The Amazon Resource Name (ARN) of the ML model.public void setDatasetName(String datasetName)
The name of the dataset being used for the ML model.
datasetName
- The name of the dataset being used for the ML model.public String getDatasetName()
The name of the dataset being used for the ML model.
public ModelSummary withDatasetName(String datasetName)
The name of the dataset being used for the ML model.
datasetName
- The name of the dataset being used for the ML model.public void setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to create the model.
datasetArn
- The Amazon Resource Name (ARN) of the dataset used to create the model.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset used to create the model.
public ModelSummary withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset used to create the model.
datasetArn
- The Amazon Resource Name (ARN) of the dataset used to create the model.public void setStatus(String status)
Indicates the status of the ML model.
status
- Indicates the status of the ML model.ModelStatus
public String getStatus()
Indicates the status of the ML model.
ModelStatus
public ModelSummary withStatus(String status)
Indicates the status of the ML model.
status
- Indicates the status of the ML model.ModelStatus
public ModelSummary withStatus(ModelStatus status)
Indicates the status of the ML model.
status
- Indicates the status of the ML model.ModelStatus
public void setCreatedAt(Date createdAt)
The time at which the specific model was created.
createdAt
- The time at which the specific model was created.public Date getCreatedAt()
The time at which the specific model was created.
public ModelSummary withCreatedAt(Date createdAt)
The time at which the specific model was created.
createdAt
- The time at which the specific model was created.public String toString()
toString
in class Object
Object.toString()
public ModelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.