Class CreatePreviewIngestionFileOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreatePreviewIngestionFileOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreatePreviewIngestionFileOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createPreviewIngestionFile options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreatePreviewIngestionFileOptions.Builder
Builder.static interface
CreatePreviewIngestionFileOptions.SourceFileType
File format of source file(s).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.PreviewIngestionFilePrototypeCsvProperty
csvProperty()
Gets the csvProperty.CreatePreviewIngestionFileOptions.Builder
newBuilder()
New builder.java.lang.String
sourceDataFiles()
Gets the sourceDataFiles.java.lang.String
sourceFileType()
Gets the sourceFileType.
-
-
-
Method Detail
-
newBuilder
public CreatePreviewIngestionFileOptions.Builder newBuilder()
New builder.- Returns:
- a CreatePreviewIngestionFileOptions builder
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
- the authInstanceId
-
sourceDataFiles
public java.lang.String sourceDataFiles()
Gets the sourceDataFiles. Comma separated source file or directory path.- Returns:
- the sourceDataFiles
-
csvProperty
public PreviewIngestionFilePrototypeCsvProperty csvProperty()
Gets the csvProperty. CSV properties of source file(s).- Returns:
- the csvProperty
-
sourceFileType
public java.lang.String sourceFileType()
Gets the sourceFileType. File format of source file(s).- Returns:
- the sourceFileType
-
-