@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModelVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the specific model version.
Constructor and Description |
---|
ModelVersionSummary() |
Modifier and Type | Method and Description |
---|---|
ModelVersionSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time when this model version was created.
|
String |
getModelArn()
The Amazon Resource Name (ARN) of the model that this model version is a version of.
|
String |
getModelName()
The name of the model that this model version is a version of.
|
Long |
getModelVersion()
The version of the model.
|
String |
getModelVersionArn()
The Amazon Resource Name (ARN) of the model version.
|
String |
getSourceType()
Indicates how this model version was generated.
|
String |
getStatus()
The current status of the model version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The time when this model version was created.
|
void |
setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model that this model version is a version of.
|
void |
setModelName(String modelName)
The name of the model that this model version is a version of.
|
void |
setModelVersion(Long modelVersion)
The version of the model.
|
void |
setModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
|
void |
setSourceType(String sourceType)
Indicates how this model version was generated.
|
void |
setStatus(String status)
The current status of the model version.
|
String |
toString()
Returns a string representation of this object.
|
ModelVersionSummary |
withCreatedAt(Date createdAt)
The time when this model version was created.
|
ModelVersionSummary |
withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model that this model version is a version of.
|
ModelVersionSummary |
withModelName(String modelName)
The name of the model that this model version is a version of.
|
ModelVersionSummary |
withModelVersion(Long modelVersion)
The version of the model.
|
ModelVersionSummary |
withModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
|
ModelVersionSummary |
withSourceType(ModelVersionSourceType sourceType)
Indicates how this model version was generated.
|
ModelVersionSummary |
withSourceType(String sourceType)
Indicates how this model version was generated.
|
ModelVersionSummary |
withStatus(ModelVersionStatus status)
The current status of the model version.
|
ModelVersionSummary |
withStatus(String status)
The current status of the model version.
|
public void setModelName(String modelName)
The name of the model that this model version is a version of.
modelName
- The name of the model that this model version is a version of.public String getModelName()
The name of the model that this model version is a version of.
public ModelVersionSummary withModelName(String modelName)
The name of the model that this model version is a version of.
modelName
- The name of the model that this model version is a version of.public void setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model that this model version is a version of.
modelArn
- The Amazon Resource Name (ARN) of the model that this model version is a version of.public String getModelArn()
The Amazon Resource Name (ARN) of the model that this model version is a version of.
public ModelVersionSummary withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model that this model version is a version of.
modelArn
- The Amazon Resource Name (ARN) of the model that this model version is a version of.public void setModelVersion(Long modelVersion)
The version of the model.
modelVersion
- The version of the model.public Long getModelVersion()
The version of the model.
public ModelVersionSummary withModelVersion(Long modelVersion)
The version of the model.
modelVersion
- The version of the model.public void setModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
modelVersionArn
- The Amazon Resource Name (ARN) of the model version.public String getModelVersionArn()
The Amazon Resource Name (ARN) of the model version.
public ModelVersionSummary withModelVersionArn(String modelVersionArn)
The Amazon Resource Name (ARN) of the model version.
modelVersionArn
- The Amazon Resource Name (ARN) of the model version.public void setCreatedAt(Date createdAt)
The time when this model version was created.
createdAt
- The time when this model version was created.public Date getCreatedAt()
The time when this model version was created.
public ModelVersionSummary withCreatedAt(Date createdAt)
The time when this model version was created.
createdAt
- The time when this model version was created.public void setStatus(String status)
The current status of the model version.
status
- The current status of the model version.ModelVersionStatus
public String getStatus()
The current status of the model version.
ModelVersionStatus
public ModelVersionSummary withStatus(String status)
The current status of the model version.
status
- The current status of the model version.ModelVersionStatus
public ModelVersionSummary withStatus(ModelVersionStatus status)
The current status of the model version.
status
- The current status of the model version.ModelVersionStatus
public void setSourceType(String sourceType)
Indicates how this model version was generated.
sourceType
- Indicates how this model version was generated.ModelVersionSourceType
public String getSourceType()
Indicates how this model version was generated.
ModelVersionSourceType
public ModelVersionSummary withSourceType(String sourceType)
Indicates how this model version was generated.
sourceType
- Indicates how this model version was generated.ModelVersionSourceType
public ModelVersionSummary withSourceType(ModelVersionSourceType sourceType)
Indicates how this model version was generated.
sourceType
- Indicates how this model version was generated.ModelVersionSourceType
public String toString()
toString
in class Object
Object.toString()
public ModelVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.