Class InferencePipelineRetrieveResponse.DataBackend.RedshiftDataBackend
-
- All Implemented Interfaces:
public final class InferencePipelineRetrieveResponse.DataBackend.RedshiftDataBackend
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInferencePipelineRetrieveResponse.DataBackend.RedshiftDataBackend.BuilderA builder for RedshiftDataBackend.
public final classInferencePipelineRetrieveResponse.DataBackend.RedshiftDataBackend.BackendTypepublic final classInferencePipelineRetrieveResponse.DataBackend.RedshiftDataBackend.Config
-
Method Summary
-
-
Method Detail
-
backendType
final InferencePipelineRetrieveResponse.DataBackend.RedshiftDataBackend.BackendType backendType()
-
redshiftConnectionId
final Optional<String> redshiftConnectionId()
-
schemaName
final String schemaName()
-
_backendType
final JsonField<InferencePipelineRetrieveResponse.DataBackend.RedshiftDataBackend.BackendType> _backendType()
Returns the raw JSON value of backendType.
Unlike backendType, this method doesn't throw if the JSON field has an unexpected type.
-
_config
final JsonField<InferencePipelineRetrieveResponse.DataBackend.RedshiftDataBackend.Config> _config()
Returns the raw JSON value of config.
Unlike config, this method doesn't throw if the JSON field has an unexpected type.
-
_redshiftConnectionId
final JsonField<String> _redshiftConnectionId()
Returns the raw JSON value of redshiftConnectionId.
Unlike redshiftConnectionId, this method doesn't throw if the JSON field has an unexpected type.
-
_schemaName
final JsonField<String> _schemaName()
Returns the raw JSON value of schemaName.
Unlike schemaName, this method doesn't throw if the JSON field has an unexpected type.
-
_tableName
final JsonField<String> _tableName()
Returns the raw JSON value of tableName.
Unlike tableName, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InferencePipelineRetrieveResponse.DataBackend.RedshiftDataBackend.Builder toBuilder()
-
builder
final static InferencePipelineRetrieveResponse.DataBackend.RedshiftDataBackend.Builder builder()
Returns a mutable builder for constructing an instance of RedshiftDataBackend.
The following fields are required:
.backendType() .config() .redshiftConnectionId() .schemaName() .tableName()
-
-
-
-