Class GroundingWebChunk.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiinference.model.GroundingWebChunk.Builder
-
- Enclosing class:
- GroundingWebChunk
public static class GroundingWebChunk.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroundingWebChunk
build()
GroundingWebChunk.Builder
copy(GroundingWebChunk model)
GroundingWebChunk.Builder
domain(String domain)
the domain of the web sourceGroundingWebChunk.Builder
title(String title)
The title of the web sourceGroundingWebChunk.Builder
uri(String uri)
The web source’s uri
-
-
-
Method Detail
-
uri
public GroundingWebChunk.Builder uri(String uri)
The web source’s uri- Parameters:
uri
- the value to set- Returns:
- this builder
-
title
public GroundingWebChunk.Builder title(String title)
The title of the web source- Parameters:
title
- the value to set- Returns:
- this builder
-
domain
public GroundingWebChunk.Builder domain(String domain)
the domain of the web source- Parameters:
domain
- the value to set- Returns:
- this builder
-
build
public GroundingWebChunk build()
-
copy
public GroundingWebChunk.Builder copy(GroundingWebChunk model)
-
-