Class InferencePipelineRetrieveResponse.Builder
-
- All Implemented Interfaces:
public final class InferencePipelineRetrieveResponse.BuilderA builder for InferencePipelineRetrieveResponse.
-
-
Method Summary
-
-
Method Detail
-
id
final InferencePipelineRetrieveResponse.Builder id(String id)
The inference pipeline id.
-
id
final InferencePipelineRetrieveResponse.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateCreated
final InferencePipelineRetrieveResponse.Builder dateCreated(OffsetDateTime dateCreated)
The creation date.
-
dateCreated
final InferencePipelineRetrieveResponse.Builder dateCreated(JsonField<OffsetDateTime> dateCreated)
Sets Builder.dateCreated to an arbitrary JSON value.
You should usually call Builder.dateCreated with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateLastEvaluated
final InferencePipelineRetrieveResponse.Builder dateLastEvaluated(OffsetDateTime dateLastEvaluated)
The last test evaluation date.
-
dateLastEvaluated
final InferencePipelineRetrieveResponse.Builder dateLastEvaluated(Optional<OffsetDateTime> dateLastEvaluated)
Alias for calling Builder.dateLastEvaluated with
dateLastEvaluated.orElse(null).
-
dateLastEvaluated
final InferencePipelineRetrieveResponse.Builder dateLastEvaluated(JsonField<OffsetDateTime> dateLastEvaluated)
Sets Builder.dateLastEvaluated to an arbitrary JSON value.
You should usually call Builder.dateLastEvaluated with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateLastSampleReceived
final InferencePipelineRetrieveResponse.Builder dateLastSampleReceived(OffsetDateTime dateLastSampleReceived)
The last data sample received date.
-
dateLastSampleReceived
final InferencePipelineRetrieveResponse.Builder dateLastSampleReceived(Optional<OffsetDateTime> dateLastSampleReceived)
Alias for calling Builder.dateLastSampleReceived with
dateLastSampleReceived.orElse(null).
-
dateLastSampleReceived
final InferencePipelineRetrieveResponse.Builder dateLastSampleReceived(JsonField<OffsetDateTime> dateLastSampleReceived)
Sets Builder.dateLastSampleReceived to an arbitrary JSON value.
You should usually call Builder.dateLastSampleReceived with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateOfNextEvaluation
final InferencePipelineRetrieveResponse.Builder dateOfNextEvaluation(OffsetDateTime dateOfNextEvaluation)
The next test evaluation date.
-
dateOfNextEvaluation
final InferencePipelineRetrieveResponse.Builder dateOfNextEvaluation(Optional<OffsetDateTime> dateOfNextEvaluation)
Alias for calling Builder.dateOfNextEvaluation with
dateOfNextEvaluation.orElse(null).
-
dateOfNextEvaluation
final InferencePipelineRetrieveResponse.Builder dateOfNextEvaluation(JsonField<OffsetDateTime> dateOfNextEvaluation)
Sets Builder.dateOfNextEvaluation to an arbitrary JSON value.
You should usually call Builder.dateOfNextEvaluation with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateUpdated
final InferencePipelineRetrieveResponse.Builder dateUpdated(OffsetDateTime dateUpdated)
The last updated date.
-
dateUpdated
final InferencePipelineRetrieveResponse.Builder dateUpdated(JsonField<OffsetDateTime> dateUpdated)
Sets Builder.dateUpdated to an arbitrary JSON value.
You should usually call Builder.dateUpdated with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
description
final InferencePipelineRetrieveResponse.Builder description(String description)
The inference pipeline description.
-
description
final InferencePipelineRetrieveResponse.Builder description(Optional<String> description)
Alias for calling Builder.description with
description.orElse(null).
-
description
final InferencePipelineRetrieveResponse.Builder description(JsonField<String> description)
Sets Builder.description to an arbitrary JSON value.
You should usually call Builder.description with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
failingGoalCount
final InferencePipelineRetrieveResponse.Builder failingGoalCount(Long failingGoalCount)
The number of tests failing.
-
failingGoalCount
final InferencePipelineRetrieveResponse.Builder failingGoalCount(JsonField<Long> failingGoalCount)
Sets Builder.failingGoalCount to an arbitrary JSON value.
You should usually call Builder.failingGoalCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
links
final InferencePipelineRetrieveResponse.Builder links(InferencePipelineRetrieveResponse.Links links)
-
links
final InferencePipelineRetrieveResponse.Builder links(JsonField<InferencePipelineRetrieveResponse.Links> links)
Sets Builder.links to an arbitrary JSON value.
You should usually call Builder.links with a well-typed Links value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
name
final InferencePipelineRetrieveResponse.Builder name(String name)
The inference pipeline name.
-
name
final InferencePipelineRetrieveResponse.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
passingGoalCount
final InferencePipelineRetrieveResponse.Builder passingGoalCount(Long passingGoalCount)
The number of tests passing.
-
passingGoalCount
final InferencePipelineRetrieveResponse.Builder passingGoalCount(JsonField<Long> passingGoalCount)
Sets Builder.passingGoalCount to an arbitrary JSON value.
You should usually call Builder.passingGoalCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
projectId
final InferencePipelineRetrieveResponse.Builder projectId(String projectId)
The project id.
-
projectId
final InferencePipelineRetrieveResponse.Builder projectId(JsonField<String> projectId)
Sets Builder.projectId to an arbitrary JSON value.
You should usually call Builder.projectId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
status
final InferencePipelineRetrieveResponse.Builder status(InferencePipelineRetrieveResponse.Status status)
The status of test evaluation for the inference pipeline.
-
status
final InferencePipelineRetrieveResponse.Builder status(JsonField<InferencePipelineRetrieveResponse.Status> status)
Sets Builder.status to an arbitrary JSON value.
You should usually call Builder.status with a well-typed Status value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
statusMessage
final InferencePipelineRetrieveResponse.Builder statusMessage(String statusMessage)
The status message of test evaluation for the inference pipeline.
-
statusMessage
final InferencePipelineRetrieveResponse.Builder statusMessage(Optional<String> statusMessage)
Alias for calling Builder.statusMessage with
statusMessage.orElse(null).
-
statusMessage
final InferencePipelineRetrieveResponse.Builder statusMessage(JsonField<String> statusMessage)
Sets Builder.statusMessage to an arbitrary JSON value.
You should usually call Builder.statusMessage with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
totalGoalCount
final InferencePipelineRetrieveResponse.Builder totalGoalCount(Long totalGoalCount)
The total number of tests.
-
totalGoalCount
final InferencePipelineRetrieveResponse.Builder totalGoalCount(JsonField<Long> totalGoalCount)
Sets Builder.totalGoalCount to an arbitrary JSON value.
You should usually call Builder.totalGoalCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dataBackend
final InferencePipelineRetrieveResponse.Builder dataBackend(InferencePipelineRetrieveResponse.DataBackend dataBackend)
-
dataBackend
final InferencePipelineRetrieveResponse.Builder dataBackend(Optional<InferencePipelineRetrieveResponse.DataBackend> dataBackend)
Alias for calling Builder.dataBackend with
dataBackend.orElse(null).
-
dataBackend
final InferencePipelineRetrieveResponse.Builder dataBackend(JsonField<InferencePipelineRetrieveResponse.DataBackend> dataBackend)
Sets Builder.dataBackend to an arbitrary JSON value.
You should usually call Builder.dataBackend with a well-typed DataBackend value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dataBackend
final InferencePipelineRetrieveResponse.Builder dataBackend(InferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend bigQuery)
Alias for calling dataBackend with
DataBackend.ofBigQuery(bigQuery).
-
dataBackend
final InferencePipelineRetrieveResponse.Builder dataBackend(InferencePipelineRetrieveResponse.DataBackend.DefaultDataBackend defaultDataBackend)
Alias for calling dataBackend with
DataBackend.ofDefaultDataBackend(defaultDataBackend).
-
dataBackend
final InferencePipelineRetrieveResponse.Builder dataBackend(InferencePipelineRetrieveResponse.DataBackend.SnowflakeDataBackend snowflake)
Alias for calling dataBackend with
DataBackend.ofSnowflake(snowflake).
-
dataBackend
final InferencePipelineRetrieveResponse.Builder dataBackend(InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend databricksDtl)
Alias for calling dataBackend with
DataBackend.ofDatabricksDtl(databricksDtl).
-
dataBackend
final InferencePipelineRetrieveResponse.Builder dataBackend(InferencePipelineRetrieveResponse.DataBackend.RedshiftDataBackend redshift)
Alias for calling dataBackend with
DataBackend.ofRedshift(redshift).
-
dataBackend
final InferencePipelineRetrieveResponse.Builder dataBackend(InferencePipelineRetrieveResponse.DataBackend.PostgresDataBackend postgres)
Alias for calling dataBackend with
DataBackend.ofPostgres(postgres).
-
dateLastPolled
final InferencePipelineRetrieveResponse.Builder dateLastPolled(OffsetDateTime dateLastPolled)
The last time the data was polled.
-
dateLastPolled
final InferencePipelineRetrieveResponse.Builder dateLastPolled(Optional<OffsetDateTime> dateLastPolled)
Alias for calling Builder.dateLastPolled with
dateLastPolled.orElse(null).
-
dateLastPolled
final InferencePipelineRetrieveResponse.Builder dateLastPolled(JsonField<OffsetDateTime> dateLastPolled)
Sets Builder.dateLastPolled to an arbitrary JSON value.
You should usually call Builder.dateLastPolled with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
project
final InferencePipelineRetrieveResponse.Builder project(InferencePipelineRetrieveResponse.Project project)
-
project
final InferencePipelineRetrieveResponse.Builder project(Optional<InferencePipelineRetrieveResponse.Project> project)
Alias for calling Builder.project with
project.orElse(null).
-
project
final InferencePipelineRetrieveResponse.Builder project(JsonField<InferencePipelineRetrieveResponse.Project> project)
Sets Builder.project to an arbitrary JSON value.
You should usually call Builder.project with a well-typed Project value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
totalRecordsCount
final InferencePipelineRetrieveResponse.Builder totalRecordsCount(Long totalRecordsCount)
The total number of records in the data backend.
-
totalRecordsCount
final InferencePipelineRetrieveResponse.Builder totalRecordsCount(Long totalRecordsCount)
Alias for Builder.totalRecordsCount.
This unboxed primitive overload exists for backwards compatibility.
-
totalRecordsCount
final InferencePipelineRetrieveResponse.Builder totalRecordsCount(Optional<Long> totalRecordsCount)
Alias for calling Builder.totalRecordsCount with
totalRecordsCount.orElse(null).
-
totalRecordsCount
final InferencePipelineRetrieveResponse.Builder totalRecordsCount(JsonField<Long> totalRecordsCount)
Sets Builder.totalRecordsCount to an arbitrary JSON value.
You should usually call Builder.totalRecordsCount with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
workspace
final InferencePipelineRetrieveResponse.Builder workspace(InferencePipelineRetrieveResponse.Workspace workspace)
-
workspace
final InferencePipelineRetrieveResponse.Builder workspace(Optional<InferencePipelineRetrieveResponse.Workspace> workspace)
Alias for calling Builder.workspace with
workspace.orElse(null).
-
workspace
final InferencePipelineRetrieveResponse.Builder workspace(JsonField<InferencePipelineRetrieveResponse.Workspace> workspace)
Sets Builder.workspace to an arbitrary JSON value.
You should usually call Builder.workspace with a well-typed Workspace value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
workspaceId
final InferencePipelineRetrieveResponse.Builder workspaceId(String workspaceId)
The workspace id.
-
workspaceId
final InferencePipelineRetrieveResponse.Builder workspaceId(JsonField<String> workspaceId)
Sets Builder.workspaceId to an arbitrary JSON value.
You should usually call Builder.workspaceId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final InferencePipelineRetrieveResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InferencePipelineRetrieveResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InferencePipelineRetrieveResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InferencePipelineRetrieveResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InferencePipelineRetrieveResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InferencePipelineRetrieveResponse build()
Returns an immutable instance of InferencePipelineRetrieveResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .dateCreated() .dateLastEvaluated() .dateLastSampleReceived() .dateOfNextEvaluation() .dateUpdated() .description() .failingGoalCount() .links() .name() .passingGoalCount() .projectId() .status() .statusMessage() .totalGoalCount()
-
-
-
-