Uses of Interface
com.ants.platform.client.resources.commons.types.Model._FinalStage
Packages that use Model._FinalStage
-
Uses of Model._FinalStage in com.ants.platform.client.resources.commons.types
Classes in com.ants.platform.client.resources.commons.types that implement Model._FinalStageMethods in com.ants.platform.client.resources.commons.types that return Model._FinalStageModifier and TypeMethodDescriptionModel._FinalStage.inputPrice(Double inputPrice) Model._FinalStage.inputPrice(Optional<Double> inputPrice) Model.Builder.inputPrice(Double inputPrice) Deprecated.Model.Builder.inputPrice(Optional<Double> inputPrice) Model.Builder.isAntsPlatformManaged(boolean isAntsPlatformManaged) Model.IsAntsPlatformManagedStage.isAntsPlatformManaged(boolean isAntsPlatformManaged) Model._FinalStage.outputPrice(Double outputPrice) Model._FinalStage.outputPrice(Optional<Double> outputPrice) Model.Builder.outputPrice(Double outputPrice) Deprecated.Model.Builder.outputPrice(Optional<Double> outputPrice) Model._FinalStage.prices(String key, ModelPrice value) Model._FinalStage.prices(Map<String, ModelPrice> prices) Model.Builder.prices(String key, ModelPrice value) Price (USD) by usage typeModel.Builder.prices(Map<String, ModelPrice> prices) Model._FinalStage.putAllPrices(Map<String, ModelPrice> prices) Model.Builder.putAllPrices(Map<String, ModelPrice> prices) Price (USD) by usage typeModel._FinalStage.startDate(OffsetDateTime startDate) Model._FinalStage.startDate(Optional<OffsetDateTime> startDate) Model.Builder.startDate(OffsetDateTime startDate) Apply only to generations which are newer than this ISO date.Model.Builder.startDate(Optional<OffsetDateTime> startDate) Model._FinalStage.tokenizerConfig(Object tokenizerConfig) Model._FinalStage.tokenizerConfig(Optional<Object> tokenizerConfig) Model.Builder.tokenizerConfig(Object tokenizerConfig) Optional.Model.Builder.tokenizerConfig(Optional<Object> tokenizerConfig) Model._FinalStage.tokenizerId(String tokenizerId) Model._FinalStage.tokenizerId(Optional<String> tokenizerId) Model.Builder.tokenizerId(String tokenizerId) Optional.Model.Builder.tokenizerId(Optional<String> tokenizerId) Model._FinalStage.totalPrice(Double totalPrice) Model._FinalStage.totalPrice(Optional<Double> totalPrice) Model.Builder.totalPrice(Double totalPrice) Deprecated.Model.Builder.totalPrice(Optional<Double> totalPrice) Model._FinalStage.unit(ModelUsageUnit unit) Model._FinalStage.unit(Optional<ModelUsageUnit> unit) Model.Builder.unit(ModelUsageUnit unit) Unit used by this model.Model.Builder.unit(Optional<ModelUsageUnit> unit)