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.GenericModelThe createPreviewIngestionFile options. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreatePreviewIngestionFileOptions.BuilderBuilder.static interfaceCreatePreviewIngestionFileOptions.SourceFileTypeFile format of source file(s). 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.PreviewIngestionFilePrototypeCsvPropertycsvProperty()Gets the csvProperty.CreatePreviewIngestionFileOptions.BuildernewBuilder()New builder.java.lang.StringsourceDataFiles()Gets the sourceDataFiles.java.lang.StringsourceFileType()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
 
 
 - 
 
 -