Class OciGenAiModelAuthDetailsSummary


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200407")
    public final class OciGenAiModelAuthDetailsSummary
    extends AiModelAuthDetailsSummary
    Summary of OCI Generative AI authentication details for an AI Model connection.
    Note: Objects should always be created or deserialized using the OciGenAiModelAuthDetailsSummary.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 the OciGenAiModelAuthDetailsSummary.Builder, which maintain a set of all explicitly set fields called OciGenAiModelAuthDetailsSummary.Builder.__explicitlySet__. The hashCode() and equals(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).
    • Constructor Detail

    • Method Detail

      • getApiKeySecretId

        public String getApiKeySecretId()
        API key secret OCID for the AI model connection.
        Returns:
        the value
      • getKeyFingerprint

        public String getKeyFingerprint()
        OCI Generative AI key fingerprint.
        Returns:
        the value
      • getRegion

        public String getRegion()
        The name of the region.

        e.g.: us-ashburn-1 If the region is not provided, backend will default to the default region.

        Returns:
        the value
      • getTenancyId

        public String getTenancyId()
        OCI Generative AI tenancy OCID.

        If this value is not provided, or is updated to an empty value, it defaults to the tenancy OCID of the user who is executing the operation.

        Returns:
        the value
      • getUserId

        public String getUserId()
        OCI Generative AI user OCID.

        If this value is not provided, or is updated to an empty value, it defaults to the OCID of the user who is executing the operation.

        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class AiModelAuthDetailsSummary
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation