@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProvisionedModelSummary extends Object implements Serializable, Cloneable, StructuredPojo
Set of fields associated with a provisioned throughput.
| Constructor and Description |
|---|
ProvisionedModelSummary() |
| Modifier and Type | Method and Description |
|---|---|
ProvisionedModelSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCommitmentDuration()
Commitment duration for the provisioned throughput.
|
Date |
getCommitmentExpirationTime()
Commitment expiration time for the provisioned throughput.
|
Date |
getCreationTime()
The time that this provisioned throughput was created.
|
String |
getDesiredModelArn()
Desired model ARN.
|
Integer |
getDesiredModelUnits()
Desired model units.
|
String |
getFoundationModelArn()
Foundation model ARN.
|
Date |
getLastModifiedTime()
The time that this provisioned throughput was last modified.
|
String |
getModelArn()
The ARN of the model associated with this provisioned throughput.
|
Integer |
getModelUnits()
The number of model units allocated.
|
String |
getProvisionedModelArn()
The ARN of the provisioned throughput.
|
String |
getProvisionedModelName()
The name of the provisioned throughput.
|
String |
getStatus()
Status of the provisioned throughput.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCommitmentDuration(String commitmentDuration)
Commitment duration for the provisioned throughput.
|
void |
setCommitmentExpirationTime(Date commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
|
void |
setCreationTime(Date creationTime)
The time that this provisioned throughput was created.
|
void |
setDesiredModelArn(String desiredModelArn)
Desired model ARN.
|
void |
setDesiredModelUnits(Integer desiredModelUnits)
Desired model units.
|
void |
setFoundationModelArn(String foundationModelArn)
Foundation model ARN.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The time that this provisioned throughput was last modified.
|
void |
setModelArn(String modelArn)
The ARN of the model associated with this provisioned throughput.
|
void |
setModelUnits(Integer modelUnits)
The number of model units allocated.
|
void |
setProvisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
|
void |
setProvisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
|
void |
setStatus(String status)
Status of the provisioned throughput.
|
String |
toString()
Returns a string representation of this object.
|
ProvisionedModelSummary |
withCommitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration for the provisioned throughput.
|
ProvisionedModelSummary |
withCommitmentDuration(String commitmentDuration)
Commitment duration for the provisioned throughput.
|
ProvisionedModelSummary |
withCommitmentExpirationTime(Date commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
|
ProvisionedModelSummary |
withCreationTime(Date creationTime)
The time that this provisioned throughput was created.
|
ProvisionedModelSummary |
withDesiredModelArn(String desiredModelArn)
Desired model ARN.
|
ProvisionedModelSummary |
withDesiredModelUnits(Integer desiredModelUnits)
Desired model units.
|
ProvisionedModelSummary |
withFoundationModelArn(String foundationModelArn)
Foundation model ARN.
|
ProvisionedModelSummary |
withLastModifiedTime(Date lastModifiedTime)
The time that this provisioned throughput was last modified.
|
ProvisionedModelSummary |
withModelArn(String modelArn)
The ARN of the model associated with this provisioned throughput.
|
ProvisionedModelSummary |
withModelUnits(Integer modelUnits)
The number of model units allocated.
|
ProvisionedModelSummary |
withProvisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
|
ProvisionedModelSummary |
withProvisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
|
ProvisionedModelSummary |
withStatus(ProvisionedModelStatus status)
Status of the provisioned throughput.
|
ProvisionedModelSummary |
withStatus(String status)
Status of the provisioned throughput.
|
public void setProvisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
provisionedModelName - The name of the provisioned throughput.public String getProvisionedModelName()
The name of the provisioned throughput.
public ProvisionedModelSummary withProvisionedModelName(String provisionedModelName)
The name of the provisioned throughput.
provisionedModelName - The name of the provisioned throughput.public void setProvisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
provisionedModelArn - The ARN of the provisioned throughput.public String getProvisionedModelArn()
The ARN of the provisioned throughput.
public ProvisionedModelSummary withProvisionedModelArn(String provisionedModelArn)
The ARN of the provisioned throughput.
provisionedModelArn - The ARN of the provisioned throughput.public void setModelArn(String modelArn)
The ARN of the model associated with this provisioned throughput.
modelArn - The ARN of the model associated with this provisioned throughput.public String getModelArn()
The ARN of the model associated with this provisioned throughput.
public ProvisionedModelSummary withModelArn(String modelArn)
The ARN of the model associated with this provisioned throughput.
modelArn - The ARN of the model associated with this provisioned throughput.public void setDesiredModelArn(String desiredModelArn)
Desired model ARN.
desiredModelArn - Desired model ARN.public String getDesiredModelArn()
Desired model ARN.
public ProvisionedModelSummary withDesiredModelArn(String desiredModelArn)
Desired model ARN.
desiredModelArn - Desired model ARN.public void setFoundationModelArn(String foundationModelArn)
Foundation model ARN.
foundationModelArn - Foundation model ARN.public String getFoundationModelArn()
Foundation model ARN.
public ProvisionedModelSummary withFoundationModelArn(String foundationModelArn)
Foundation model ARN.
foundationModelArn - Foundation model ARN.public void setModelUnits(Integer modelUnits)
The number of model units allocated.
modelUnits - The number of model units allocated.public Integer getModelUnits()
The number of model units allocated.
public ProvisionedModelSummary withModelUnits(Integer modelUnits)
The number of model units allocated.
modelUnits - The number of model units allocated.public void setDesiredModelUnits(Integer desiredModelUnits)
Desired model units.
desiredModelUnits - Desired model units.public Integer getDesiredModelUnits()
Desired model units.
public ProvisionedModelSummary withDesiredModelUnits(Integer desiredModelUnits)
Desired model units.
desiredModelUnits - Desired model units.public void setStatus(String status)
Status of the provisioned throughput.
status - Status of the provisioned throughput.ProvisionedModelStatuspublic String getStatus()
Status of the provisioned throughput.
ProvisionedModelStatuspublic ProvisionedModelSummary withStatus(String status)
Status of the provisioned throughput.
status - Status of the provisioned throughput.ProvisionedModelStatuspublic ProvisionedModelSummary withStatus(ProvisionedModelStatus status)
Status of the provisioned throughput.
status - Status of the provisioned throughput.ProvisionedModelStatuspublic void setCommitmentDuration(String commitmentDuration)
Commitment duration for the provisioned throughput.
commitmentDuration - Commitment duration for the provisioned throughput.CommitmentDurationpublic String getCommitmentDuration()
Commitment duration for the provisioned throughput.
CommitmentDurationpublic ProvisionedModelSummary withCommitmentDuration(String commitmentDuration)
Commitment duration for the provisioned throughput.
commitmentDuration - Commitment duration for the provisioned throughput.CommitmentDurationpublic ProvisionedModelSummary withCommitmentDuration(CommitmentDuration commitmentDuration)
Commitment duration for the provisioned throughput.
commitmentDuration - Commitment duration for the provisioned throughput.CommitmentDurationpublic void setCommitmentExpirationTime(Date commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
commitmentExpirationTime - Commitment expiration time for the provisioned throughput.public Date getCommitmentExpirationTime()
Commitment expiration time for the provisioned throughput.
public ProvisionedModelSummary withCommitmentExpirationTime(Date commitmentExpirationTime)
Commitment expiration time for the provisioned throughput.
commitmentExpirationTime - Commitment expiration time for the provisioned throughput.public void setCreationTime(Date creationTime)
The time that this provisioned throughput was created.
creationTime - The time that this provisioned throughput was created.public Date getCreationTime()
The time that this provisioned throughput was created.
public ProvisionedModelSummary withCreationTime(Date creationTime)
The time that this provisioned throughput was created.
creationTime - The time that this provisioned throughput was created.public void setLastModifiedTime(Date lastModifiedTime)
The time that this provisioned throughput was last modified.
lastModifiedTime - The time that this provisioned throughput was last modified.public Date getLastModifiedTime()
The time that this provisioned throughput was last modified.
public ProvisionedModelSummary withLastModifiedTime(Date lastModifiedTime)
The time that this provisioned throughput was last modified.
lastModifiedTime - The time that this provisioned throughput was last modified.public String toString()
toString in class ObjectObject.toString()public ProvisionedModelSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.