Class InferencePipelineCreateParams.Body
-
- All Implemented Interfaces:
public final class InferencePipelineCreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInferencePipelineCreateParams.Body.BuilderA builder for Body.
-
Method Summary
-
-
Method Detail
-
dateCreated
final OffsetDateTime dateCreated()
The creation date.
-
dateLastEvaluated
final Optional<OffsetDateTime> dateLastEvaluated()
The last test evaluation date.
-
dateLastSampleReceived
final Optional<OffsetDateTime> dateLastSampleReceived()
The last data sample received date.
-
dateOfNextEvaluation
final Optional<OffsetDateTime> dateOfNextEvaluation()
The next test evaluation date.
-
dateUpdated
final OffsetDateTime dateUpdated()
The last updated date.
-
description
final Optional<String> description()
The inference pipeline description.
-
failingGoalCount
final Long failingGoalCount()
The number of tests failing.
-
links
final InferencePipelineCreateParams.Links links()
-
passingGoalCount
final Long passingGoalCount()
The number of tests passing.
-
bodyProjectId
final String bodyProjectId()
The project id.
-
status
final InferencePipelineCreateParams.Status status()
The status of test evaluation for the inference pipeline.
-
statusMessage
final Optional<String> statusMessage()
The status message of test evaluation for the inference pipeline.
-
totalGoalCount
final Long totalGoalCount()
The total number of tests.
-
dataBackend
final Optional<InferencePipelineCreateParams.DataBackend> dataBackend()
-
dateLastPolled
final Optional<OffsetDateTime> dateLastPolled()
The last time the data was polled.
-
project
final Optional<InferencePipelineCreateParams.Project> project()
-
totalRecordsCount
final Optional<Long> totalRecordsCount()
The total number of records in the data backend.
-
workspace
final Optional<InferencePipelineCreateParams.Workspace> workspace()
-
workspaceId
final Optional<String> workspaceId()
The workspace id.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_dateCreated
final JsonField<OffsetDateTime> _dateCreated()
Returns the raw JSON value of dateCreated.
Unlike dateCreated, this method doesn't throw if the JSON field has an unexpected type.
-
_dateLastEvaluated
final JsonField<OffsetDateTime> _dateLastEvaluated()
Returns the raw JSON value of dateLastEvaluated.
Unlike dateLastEvaluated, this method doesn't throw if the JSON field has an unexpected type.
-
_dateLastSampleReceived
final JsonField<OffsetDateTime> _dateLastSampleReceived()
Returns the raw JSON value of dateLastSampleReceived.
Unlike dateLastSampleReceived, this method doesn't throw if the JSON field has an unexpected type.
-
_dateOfNextEvaluation
final JsonField<OffsetDateTime> _dateOfNextEvaluation()
Returns the raw JSON value of dateOfNextEvaluation.
Unlike dateOfNextEvaluation, this method doesn't throw if the JSON field has an unexpected type.
-
_dateUpdated
final JsonField<OffsetDateTime> _dateUpdated()
Returns the raw JSON value of dateUpdated.
Unlike dateUpdated, this method doesn't throw if the JSON field has an unexpected type.
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_failingGoalCount
final JsonField<Long> _failingGoalCount()
Returns the raw JSON value of failingGoalCount.
Unlike failingGoalCount, this method doesn't throw if the JSON field has an unexpected type.
-
_links
final JsonField<InferencePipelineCreateParams.Links> _links()
Returns the raw JSON value of links.
Unlike links, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_passingGoalCount
final JsonField<Long> _passingGoalCount()
Returns the raw JSON value of passingGoalCount.
Unlike passingGoalCount, this method doesn't throw if the JSON field has an unexpected type.
-
_bodyProjectId
final JsonField<String> _bodyProjectId()
Returns the raw JSON value of bodyProjectId.
Unlike bodyProjectId, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<InferencePipelineCreateParams.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_statusMessage
final JsonField<String> _statusMessage()
Returns the raw JSON value of statusMessage.
Unlike statusMessage, this method doesn't throw if the JSON field has an unexpected type.
-
_totalGoalCount
final JsonField<Long> _totalGoalCount()
Returns the raw JSON value of totalGoalCount.
Unlike totalGoalCount, this method doesn't throw if the JSON field has an unexpected type.
-
_dataBackend
final JsonField<InferencePipelineCreateParams.DataBackend> _dataBackend()
Returns the raw JSON value of dataBackend.
Unlike dataBackend, this method doesn't throw if the JSON field has an unexpected type.
-
_dateLastPolled
final JsonField<OffsetDateTime> _dateLastPolled()
Returns the raw JSON value of dateLastPolled.
Unlike dateLastPolled, this method doesn't throw if the JSON field has an unexpected type.
-
_project
final JsonField<InferencePipelineCreateParams.Project> _project()
Returns the raw JSON value of project.
Unlike project, this method doesn't throw if the JSON field has an unexpected type.
-
_totalRecordsCount
final JsonField<Long> _totalRecordsCount()
Returns the raw JSON value of totalRecordsCount.
Unlike totalRecordsCount, this method doesn't throw if the JSON field has an unexpected type.
-
_workspace
final JsonField<InferencePipelineCreateParams.Workspace> _workspace()
Returns the raw JSON value of workspace.
Unlike workspace, this method doesn't throw if the JSON field has an unexpected type.
-
_workspaceId
final JsonField<String> _workspaceId()
Returns the raw JSON value of workspaceId.
Unlike workspaceId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InferencePipelineCreateParams.Body.Builder toBuilder()
-
validate
final InferencePipelineCreateParams.Body validate()
-
builder
final static InferencePipelineCreateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.id() .dateCreated() .dateLastEvaluated() .dateLastSampleReceived() .dateOfNextEvaluation() .dateUpdated() .description() .failingGoalCount() .links() .name() .passingGoalCount() .bodyProjectId() .status() .statusMessage() .totalGoalCount()
-
-
-
-