Class InferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend
-
- All Implemented Interfaces:
public final class InferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend.BuilderA builder for BigQueryDataBackend.
public final classInferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend.BackendTypepublic final classInferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend.Configpublic final classInferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend.PartitionType
-
Method Summary
-
-
Method Detail
-
backendType
final InferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend.BackendType backendType()
-
bigqueryConnectionId
final Optional<String> bigqueryConnectionId()
-
partitionType
final Optional<InferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend.PartitionType> partitionType()
-
_backendType
final JsonField<InferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend.BackendType> _backendType()
Returns the raw JSON value of backendType.
Unlike backendType, this method doesn't throw if the JSON field has an unexpected type.
-
_bigqueryConnectionId
final JsonField<String> _bigqueryConnectionId()
Returns the raw JSON value of bigqueryConnectionId.
Unlike bigqueryConnectionId, this method doesn't throw if the JSON field has an unexpected type.
-
_config
final JsonField<InferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend.Config> _config()
Returns the raw JSON value of config.
Unlike config, this method doesn't throw if the JSON field has an unexpected type.
-
_datasetId
final JsonField<String> _datasetId()
Returns the raw JSON value of datasetId.
Unlike datasetId, 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.
-
_tableId
final JsonField<String> _tableId()
Returns the raw JSON value of tableId.
Unlike tableId, this method doesn't throw if the JSON field has an unexpected type.
-
_partitionType
final JsonField<InferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend.PartitionType> _partitionType()
Returns the raw JSON value of partitionType.
Unlike partitionType, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend.Builder toBuilder()
-
builder
final static InferencePipelineRetrieveResponse.DataBackend.BigQueryDataBackend.Builder builder()
Returns a mutable builder for constructing an instance of BigQueryDataBackend.
The following fields are required:
.backendType() .bigqueryConnectionId() .config() .datasetId() .projectId() .tableId()
-
-
-
-