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()Commitment duration requested for the provisioned throughput.CommitmentDurationGetProvisionedModelThroughputResponse. commitmentDuration()Commitment duration of the provisioned throughput.CommitmentDurationProvisionedModelSummary. commitmentDuration()Commitment duration for the provisioned throughput.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)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)Commitment duration for the provisioned throughput.
-