Uses of Class
software.amazon.awssdk.services.bedrock.model.CommitmentDuration
-
Packages that use CommitmentDuration Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of CommitmentDuration in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return CommitmentDuration Modifier and Type Method Description CommitmentDurationCreateProvisionedModelThroughputRequest. commitmentDuration()The commitment duration requested for the Provisioned Throughput.CommitmentDurationGetProvisionedModelThroughputResponse. commitmentDuration()Commitment duration of the Provisioned Throughput.CommitmentDurationProvisionedModelSummary. commitmentDuration()The duration for which the Provisioned Throughput was committed.static CommitmentDurationCommitmentDuration. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CommitmentDurationCommitmentDuration. valueOf(String name)Returns the enum constant of this type with the specified name.static CommitmentDuration[]CommitmentDuration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type CommitmentDuration Modifier and Type Method Description static Set<CommitmentDuration>CommitmentDuration. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type CommitmentDuration Modifier and Type Method Description CreateProvisionedModelThroughputRequest.BuilderCreateProvisionedModelThroughputRequest.Builder. commitmentDuration(CommitmentDuration commitmentDuration)The commitment duration requested for the Provisioned Throughput.GetProvisionedModelThroughputResponse.BuilderGetProvisionedModelThroughputResponse.Builder. commitmentDuration(CommitmentDuration commitmentDuration)Commitment duration of the Provisioned Throughput.ProvisionedModelSummary.BuilderProvisionedModelSummary.Builder. commitmentDuration(CommitmentDuration commitmentDuration)The duration for which the Provisioned Throughput was committed.
-