Class InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder
-
- All Implemented Interfaces:
public final class InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.BuilderA builder for DatabricksDtlDataBackend.
-
-
Method Summary
-
-
Method Detail
-
backendType
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder backendType(InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.BackendType backendType)
-
backendType
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder backendType(JsonField<InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.BackendType> backendType)
Sets Builder.backendType to an arbitrary JSON value.
You should usually call Builder.backendType with a well-typed BackendType value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
config
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder config(InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Config config)
-
config
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder config(JsonField<InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Config> config)
Sets Builder.config to an arbitrary JSON value.
You should usually call Builder.config with a well-typed Config value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
databricksDtlConnectionId
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder databricksDtlConnectionId(String databricksDtlConnectionId)
-
databricksDtlConnectionId
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder databricksDtlConnectionId(Optional<String> databricksDtlConnectionId)
Alias for calling Builder.databricksDtlConnectionId with
databricksDtlConnectionId.orElse(null).
-
databricksDtlConnectionId
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder databricksDtlConnectionId(JsonField<String> databricksDtlConnectionId)
Sets Builder.databricksDtlConnectionId to an arbitrary JSON value.
You should usually call Builder.databricksDtlConnectionId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tableId
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder tableId(String tableId)
-
tableId
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder tableId(Optional<String> tableId)
Alias for calling Builder.tableId with
tableId.orElse(null).
-
tableId
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder tableId(JsonField<String> tableId)
Sets Builder.tableId to an arbitrary JSON value.
You should usually call Builder.tableId 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.DataBackend.DatabricksDtlDataBackend.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InferencePipelineRetrieveResponse.DataBackend.DatabricksDtlDataBackend build()
Returns an immutable instance of DatabricksDtlDataBackend.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.backendType() .config() .databricksDtlConnectionId() .tableId()
-
-
-
-