Class InferencePipelineCreateParams
-
- All Implemented Interfaces:
-
com.openlayer.api.core.Params
public final class InferencePipelineCreateParams implements Params
Create an inference pipeline in a project.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInferencePipelineCreateParams.BuilderA builder for InferencePipelineCreateParams.
public final classInferencePipelineCreateParams.Bodypublic final classInferencePipelineCreateParams.Linkspublic final classInferencePipelineCreateParams.StatusThe status of test evaluation for the inference pipeline.
public final classInferencePipelineCreateParams.DataBackendpublic final classInferencePipelineCreateParams.Projectpublic final classInferencePipelineCreateParams.Workspace
-
Method Summary
Modifier and Type Method Description final Optional<String>pathProjectId()final Stringid()The inference pipeline id. final OffsetDateTimedateCreated()The creation date. final Optional<OffsetDateTime>dateLastEvaluated()The last test evaluation date. final Optional<OffsetDateTime>dateLastSampleReceived()The last data sample received date. final Optional<OffsetDateTime>dateOfNextEvaluation()The next test evaluation date. final OffsetDateTimedateUpdated()The last updated date. final Optional<String>description()The inference pipeline description. final LongfailingGoalCount()The number of tests failing. final InferencePipelineCreateParams.Linkslinks()final Stringname()The inference pipeline name. final LongpassingGoalCount()The number of tests passing. final StringbodyProjectId()The project id. final InferencePipelineCreateParams.Statusstatus()The status of test evaluation for the inference pipeline. final Optional<String>statusMessage()The status message of test evaluation for the inference pipeline. final LongtotalGoalCount()The total number of tests. final Optional<InferencePipelineCreateParams.DataBackend>dataBackend()final Optional<OffsetDateTime>dateLastPolled()The last time the data was polled. final Optional<InferencePipelineCreateParams.Project>project()final Optional<Long>totalRecordsCount()The total number of records in the data backend. final Optional<InferencePipelineCreateParams.Workspace>workspace()final Optional<String>workspaceId()The workspace id. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<OffsetDateTime>_dateCreated()Returns the raw JSON value of dateCreated. final JsonField<OffsetDateTime>_dateLastEvaluated()Returns the raw JSON value of dateLastEvaluated. final JsonField<OffsetDateTime>_dateLastSampleReceived()Returns the raw JSON value of dateLastSampleReceived. final JsonField<OffsetDateTime>_dateOfNextEvaluation()Returns the raw JSON value of dateOfNextEvaluation. final JsonField<OffsetDateTime>_dateUpdated()Returns the raw JSON value of dateUpdated. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<Long>_failingGoalCount()Returns the raw JSON value of failingGoalCount. final JsonField<InferencePipelineCreateParams.Links>_links()Returns the raw JSON value of links. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<Long>_passingGoalCount()Returns the raw JSON value of passingGoalCount. final JsonField<String>_bodyProjectId()Returns the raw JSON value of bodyProjectId. final JsonField<InferencePipelineCreateParams.Status>_status()Returns the raw JSON value of status. final JsonField<String>_statusMessage()Returns the raw JSON value of statusMessage. final JsonField<Long>_totalGoalCount()Returns the raw JSON value of totalGoalCount. final JsonField<InferencePipelineCreateParams.DataBackend>_dataBackend()Returns the raw JSON value of dataBackend. final JsonField<OffsetDateTime>_dateLastPolled()Returns the raw JSON value of dateLastPolled. final JsonField<InferencePipelineCreateParams.Project>_project()Returns the raw JSON value of project. final JsonField<Long>_totalRecordsCount()Returns the raw JSON value of totalRecordsCount. final JsonField<InferencePipelineCreateParams.Workspace>_workspace()Returns the raw JSON value of workspace. final JsonField<String>_workspaceId()Returns the raw JSON value of workspaceId. final Map<String, JsonValue>_additionalBodyProperties()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final InferencePipelineCreateParams.BuildertoBuilder()final InferencePipelineCreateParams.Body_body()final String_pathParam(Integer index)Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static InferencePipelineCreateParams.Builderbuilder()Returns a mutable builder for constructing an instance of InferencePipelineCreateParams. -
-
Method Detail
-
pathProjectId
final Optional<String> pathProjectId()
-
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.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final InferencePipelineCreateParams.Builder toBuilder()
-
_body
final InferencePipelineCreateParams.Body _body()
-
_pathParam
final String _pathParam(Integer index)
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
builder
final static InferencePipelineCreateParams.Builder builder()
Returns a mutable builder for constructing an instance of InferencePipelineCreateParams.
The following fields are required:
.id() .dateCreated() .dateLastEvaluated() .dateLastSampleReceived() .dateOfNextEvaluation() .dateUpdated() .description() .failingGoalCount() .links() .name() .passingGoalCount() .bodyProjectId() .status() .statusMessage() .totalGoalCount()
-
-
-
-