Package com.oracle.bmc.goldengate.model
Class AiModelSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.AiModelSummary.Builder
-
- Enclosing class:
- AiModelSummary
public static class AiModelSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AiModelSummarybuild()AiModelSummary.Buildercopy(AiModelSummary model)AiModelSummary.Builderdescription(String description)Metadata about this specific object.AiModelSummary.BuilderdisplayName(String displayName)An object’s Display Name.AiModelSummary.Builderkey(String key)The identifier of the AI model offered by a provider.AiModelSummary.BuilderproviderType(AiModelSummary.ProviderType providerType)AI Provider type used by the AI Model Connection.
-
-
-
Method Detail
-
key
public AiModelSummary.Builder key(String key)
The identifier of the AI model offered by a provider.- Parameters:
key- the value to set- Returns:
- this builder
-
providerType
public AiModelSummary.Builder providerType(AiModelSummary.ProviderType providerType)
AI Provider type used by the AI Model Connection.- Parameters:
providerType- the value to set- Returns:
- this builder
-
displayName
public AiModelSummary.Builder displayName(String displayName)
An object’s Display Name.- Parameters:
displayName- the value to set- Returns:
- this builder
-
description
public AiModelSummary.Builder description(String description)
Metadata about this specific object.- Parameters:
description- the value to set- Returns:
- this builder
-
build
public AiModelSummary build()
-
copy
public AiModelSummary.Builder copy(AiModelSummary model)
-
-