@Generated(value="software.amazon.awssdk:codegen") public final class ProvisionedModelSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisionedModelSummary.Builder,ProvisionedModelSummary>
Set of fields associated with a provisioned throughput.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProvisionedModelSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionedModelSummary.Builder |
builder() |
CommitmentDuration |
commitmentDuration()
Commitment duration for the provisioned throughput.
|
String |
commitmentDurationAsString()
Commitment duration for the provisioned throughput.
|
Instant |
commitmentExpirationTime()
Commitment expiration time for the provisioned throughput.
|
Instant |
creationTime()
The time that this provisioned throughput was created.
|
String |
desiredModelArn()
Desired model ARN.
|
Integer |
desiredModelUnits()
Desired model units.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
foundationModelArn()
Foundation model ARN.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The time that this provisioned throughput was last modified.
|
String |
modelArn()
The ARN of the model associated with this provisioned throughput.
|
Integer |
modelUnits()
The number of model units allocated.
|
String |
provisionedModelArn()
The ARN of the provisioned throughput.
|
String |
provisionedModelName()
The name of the provisioned throughput.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProvisionedModelSummary.Builder> |
serializableBuilderClass() |
ProvisionedModelStatus |
status()
Status of the provisioned throughput.
|
String |
statusAsString()
Status of the provisioned throughput.
|
ProvisionedModelSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String provisionedModelName()
The name of the provisioned throughput.
public final String provisionedModelArn()
The ARN of the provisioned throughput.
public final String modelArn()
The ARN of the model associated with this provisioned throughput.
public final String desiredModelArn()
Desired model ARN.
public final String foundationModelArn()
Foundation model ARN.
public final Integer modelUnits()
The number of model units allocated.
public final Integer desiredModelUnits()
Desired model units.
public final ProvisionedModelStatus status()
Status of the provisioned throughput.
If the service returns an enum value that is not available in the current SDK version, status will
return ProvisionedModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ProvisionedModelStatuspublic final String statusAsString()
Status of the provisioned throughput.
If the service returns an enum value that is not available in the current SDK version, status will
return ProvisionedModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
ProvisionedModelStatuspublic final CommitmentDuration commitmentDuration()
Commitment duration for the provisioned throughput.
If the service returns an enum value that is not available in the current SDK version,
commitmentDuration will return CommitmentDuration.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from commitmentDurationAsString().
CommitmentDurationpublic final String commitmentDurationAsString()
Commitment duration for the provisioned throughput.
If the service returns an enum value that is not available in the current SDK version,
commitmentDuration will return CommitmentDuration.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from commitmentDurationAsString().
CommitmentDurationpublic final Instant commitmentExpirationTime()
Commitment expiration time for the provisioned throughput.
public final Instant creationTime()
The time that this provisioned throughput was created.
public final Instant lastModifiedTime()
The time that this provisioned throughput was last modified.
public ProvisionedModelSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProvisionedModelSummary.Builder,ProvisionedModelSummary>public static ProvisionedModelSummary.Builder builder()
public static Class<? extends ProvisionedModelSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.