Package com.oracle.bmc.goldengate.model
Class AiProviderSummary
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.goldengate.model.AiProviderSummary
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class AiProviderSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary details of an AI provider and its supported models.
Note: Objects should always be created or deserialized using theAiProviderSummary.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theAiProviderSummary.Builder, which maintain a set of all explicitly set fields calledAiProviderSummary.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAiProviderSummary.Builderstatic classAiProviderSummary.ProviderTypeAI Provider type used by the AI Model Connection.
-
Constructor Summary
Constructors Constructor Description AiProviderSummary(AiProviderSummary.ProviderType providerType, String displayName, String description, List<AiModelAuthType> authType, String defaultBaseUrl, List<AiModelSummary> models)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AiProviderSummary.Builderbuilder()Create a new builder.booleanequals(Object o)List<AiModelAuthType>getAuthType()Authentication types supported by the AI provider.StringgetDefaultBaseUrl()Default base URL for the AI provider.StringgetDescription()Metadata about this specific object.StringgetDisplayName()An object’s Display Name.List<AiModelSummary>getModels()List of AI models supported by this provider, when available.AiProviderSummary.ProviderTypegetProviderType()AI Provider type used by the AI Model Connection.inthashCode()AiProviderSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
AiProviderSummary
@Deprecated @ConstructorProperties({"providerType","displayName","description","authType","defaultBaseUrl","models"}) public AiProviderSummary(AiProviderSummary.ProviderType providerType, String displayName, String description, List<AiModelAuthType> authType, String defaultBaseUrl, List<AiModelSummary> models)
Deprecated.
-
-
Method Detail
-
builder
public static AiProviderSummary.Builder builder()
Create a new builder.
-
toBuilder
public AiProviderSummary.Builder toBuilder()
-
getProviderType
public AiProviderSummary.ProviderType getProviderType()
AI Provider type used by the AI Model Connection.- Returns:
- the value
-
getDisplayName
public String getDisplayName()
An object’s Display Name.- Returns:
- the value
-
getDescription
public String getDescription()
Metadata about this specific object.- Returns:
- the value
-
getAuthType
public List<AiModelAuthType> getAuthType()
Authentication types supported by the AI provider.- Returns:
- the value
-
getDefaultBaseUrl
public String getDefaultBaseUrl()
Default base URL for the AI provider.- Returns:
- the value
-
getModels
public List<AiModelSummary> getModels()
List of AI models supported by this provider, when available.This field is null when the provider’s models can be retrieved only after supplying additional context. For example, OCI_GENERATIVE_AI model availability may vary by region.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCodein classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-