@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) |
Long |
getActiveModelVersion()
The model version that the inference scheduler uses to run an inference execution.
|
String |
getActiveModelVersionArn()
The Amazon Resource Name (ARN) of the model version that is set as active.
|
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) |
void |
setActiveModelVersion(Long activeModelVersion)
The model version that the inference scheduler uses to run an inference execution.
|
void |
setActiveModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version that is set as active.
|
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 |
withActiveModelVersion(Long activeModelVersion)
The model version that the inference scheduler uses to run an inference execution.
|
ModelSummary |
withActiveModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version that is set as active.
|
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.ModelStatuspublic String getStatus()
Indicates the status of the ML model.
ModelStatuspublic ModelSummary withStatus(String status)
Indicates the status of the ML model.
status - Indicates the status of the ML model.ModelStatuspublic ModelSummary withStatus(ModelStatus status)
Indicates the status of the ML model.
status - Indicates the status of the ML model.ModelStatuspublic 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 void setActiveModelVersion(Long activeModelVersion)
The model version that the inference scheduler uses to run an inference execution.
activeModelVersion - The model version that the inference scheduler uses to run an inference execution.public Long getActiveModelVersion()
The model version that the inference scheduler uses to run an inference execution.
public ModelSummary withActiveModelVersion(Long activeModelVersion)
The model version that the inference scheduler uses to run an inference execution.
activeModelVersion - The model version that the inference scheduler uses to run an inference execution.public void setActiveModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution.
activeModelVersionArn - The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the
model version that the inference scheduler uses to run an inference execution.public String getActiveModelVersionArn()
The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution.
public ModelSummary withActiveModelVersionArn(String activeModelVersionArn)
The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the model version that the inference scheduler uses to run an inference execution.
activeModelVersionArn - The Amazon Resource Name (ARN) of the model version that is set as active. The active model version is the
model version that the inference scheduler uses to run an inference execution.public String toString()
toString in class ObjectObject.toString()public ModelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.