Class InferencePipelineCreateResponse.Workspace.MonthlyUsage
-
- All Implemented Interfaces:
public final class InferencePipelineCreateResponse.Workspace.MonthlyUsage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInferencePipelineCreateResponse.Workspace.MonthlyUsage.BuilderA builder for MonthlyUsage.
-
Method Summary
Modifier and Type Method Description final Optional<Long>executionTimeMs()final Optional<LocalDate>monthYear()final Optional<Long>predictionCount()final JsonField<Long>_executionTimeMs()Returns the raw JSON value of executionTimeMs. final JsonField<LocalDate>_monthYear()Returns the raw JSON value of monthYear. final JsonField<Long>_predictionCount()Returns the raw JSON value of predictionCount. final Map<String, JsonValue>_additionalProperties()final InferencePipelineCreateResponse.Workspace.MonthlyUsage.BuildertoBuilder()final InferencePipelineCreateResponse.Workspace.MonthlyUsagevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InferencePipelineCreateResponse.Workspace.MonthlyUsage.Builderbuilder()Returns a mutable builder for constructing an instance of MonthlyUsage. -
-
Method Detail
-
executionTimeMs
final Optional<Long> executionTimeMs()
-
predictionCount
final Optional<Long> predictionCount()
-
_executionTimeMs
final JsonField<Long> _executionTimeMs()
Returns the raw JSON value of executionTimeMs.
Unlike executionTimeMs, this method doesn't throw if the JSON field has an unexpected type.
-
_monthYear
final JsonField<LocalDate> _monthYear()
Returns the raw JSON value of monthYear.
Unlike monthYear, this method doesn't throw if the JSON field has an unexpected type.
-
_predictionCount
final JsonField<Long> _predictionCount()
Returns the raw JSON value of predictionCount.
Unlike predictionCount, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InferencePipelineCreateResponse.Workspace.MonthlyUsage.Builder toBuilder()
-
validate
final InferencePipelineCreateResponse.Workspace.MonthlyUsage validate()
-
builder
final static InferencePipelineCreateResponse.Workspace.MonthlyUsage.Builder builder()
Returns a mutable builder for constructing an instance of MonthlyUsage.
-
-
-
-