Class InferencePipelineCreateResponse
-
- All Implemented Interfaces:
public final class InferencePipelineCreateResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInferencePipelineCreateResponse.BuilderA builder for InferencePipelineCreateResponse.
public final classInferencePipelineCreateResponse.Linkspublic final classInferencePipelineCreateResponse.StatusThe status of test evaluation for the inference pipeline.
public final classInferencePipelineCreateResponse.DataBackendpublic final classInferencePipelineCreateResponse.Projectpublic final classInferencePipelineCreateResponse.Workspace
-
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 InferencePipelineCreateResponse.Links links()
-
passingGoalCount
final Long passingGoalCount()
The number of tests passing.
-
status
final InferencePipelineCreateResponse.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<InferencePipelineCreateResponse.DataBackend> dataBackend()
-
dateLastPolled
final Optional<OffsetDateTime> dateLastPolled()
The last time the data was polled.
-
project
final Optional<InferencePipelineCreateResponse.Project> project()
-
totalRecordsCount
final Optional<Long> totalRecordsCount()
The total number of records in the data backend.
-
workspace
final Optional<InferencePipelineCreateResponse.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<InferencePipelineCreateResponse.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.
-
_projectId
final JsonField<String> _projectId()
Returns the raw JSON value of projectId.
Unlike projectId, this method doesn't throw if the JSON field has an unexpected type.
-
_status
final JsonField<InferencePipelineCreateResponse.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<InferencePipelineCreateResponse.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<InferencePipelineCreateResponse.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<InferencePipelineCreateResponse.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 InferencePipelineCreateResponse.Builder toBuilder()
-
validate
final InferencePipelineCreateResponse validate()
-
builder
final static InferencePipelineCreateResponse.Builder builder()
Returns a mutable builder for constructing an instance of InferencePipelineCreateResponse.
The following fields are required:
.id() .dateCreated() .dateLastEvaluated() .dateLastSampleReceived() .dateOfNextEvaluation() .dateUpdated() .description() .failingGoalCount() .links() .name() .passingGoalCount() .projectId() .status() .statusMessage() .totalGoalCount()
-
-
-
-