Class VectorStoreConnectorIngestionLogs.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeai.model.VectorStoreConnectorIngestionLogs.Builder
-
- Enclosing class:
- VectorStoreConnectorIngestionLogs
public static class VectorStoreConnectorIngestionLogs.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
fileId
public VectorStoreConnectorIngestionLogs.Builder fileId(String fileId)
An identifier that identifies a File ingested to a VectorStore.- Parameters:
fileId- the value to set- Returns:
- this builder
-
vectorStoreConnectorFileSyncId
public VectorStoreConnectorIngestionLogs.Builder vectorStoreConnectorFileSyncId(String vectorStoreConnectorFileSyncId)
An identifier that identifies the FileSync operation that added this file for ingestion.- Parameters:
vectorStoreConnectorFileSyncId- the value to set- Returns:
- this builder
-
filePath
public VectorStoreConnectorIngestionLogs.Builder filePath(String filePath)
The path where the file was located in the datasource.- Parameters:
filePath- the value to set- Returns:
- this builder
-
fileSizeInBytes
public VectorStoreConnectorIngestionLogs.Builder fileSizeInBytes(Integer fileSizeInBytes)
The size of the file.- Parameters:
fileSizeInBytes- the value to set- Returns:
- this builder
-
totalChunksCreated
public VectorStoreConnectorIngestionLogs.Builder totalChunksCreated(Integer totalChunksCreated)
The total number of chunks created from the File.- Parameters:
totalChunksCreated- the value to set- Returns:
- this builder
-
durationInSeconds
public VectorStoreConnectorIngestionLogs.Builder durationInSeconds(Integer durationInSeconds)
The duration taken(in seconds) to ingest the File.- Parameters:
durationInSeconds- the value to set- Returns:
- this builder
-
status
public VectorStoreConnectorIngestionLogs.Builder status(VectorStoreConnectorIngestionLogs.Status status)
The current status of ingestion for the File- Parameters:
status- the value to set- Returns:
- this builder
-
freeformTags
public VectorStoreConnectorIngestionLogs.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public VectorStoreConnectorIngestionLogs.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
systemTags
public VectorStoreConnectorIngestionLogs.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.Each key is predefined and scoped to a namespace.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
build
public VectorStoreConnectorIngestionLogs build()
-
copy
public VectorStoreConnectorIngestionLogs.Builder copy(VectorStoreConnectorIngestionLogs model)
-
-