JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.bedrock.model

Class CustomModelSummary

    • Constructor Detail

      • CustomModelSummary

        public CustomModelSummary()
    • Method Detail

      • setModelArn

        public void setModelArn(String modelArn)

        The Amazon Resource Name (ARN) of the custom model.

        Parameters:
        modelArn - The Amazon Resource Name (ARN) of the custom model.
      • getModelArn

        public String getModelArn()

        The Amazon Resource Name (ARN) of the custom model.

        Returns:
        The Amazon Resource Name (ARN) of the custom model.
      • withModelArn

        public CustomModelSummary withModelArn(String modelArn)

        The Amazon Resource Name (ARN) of the custom model.

        Parameters:
        modelArn - The Amazon Resource Name (ARN) of the custom model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModelName

        public void setModelName(String modelName)

        The name of the custom model.

        Parameters:
        modelName - The name of the custom model.
      • getModelName

        public String getModelName()

        The name of the custom model.

        Returns:
        The name of the custom model.
      • withModelName

        public CustomModelSummary withModelName(String modelName)

        The name of the custom model.

        Parameters:
        modelName - The name of the custom model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationTime

        public void setCreationTime(Date creationTime)

        Creation time of the model.

        Parameters:
        creationTime - Creation time of the model.
      • getCreationTime

        public Date getCreationTime()

        Creation time of the model.

        Returns:
        Creation time of the model.
      • withCreationTime

        public CustomModelSummary withCreationTime(Date creationTime)

        Creation time of the model.

        Parameters:
        creationTime - Creation time of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBaseModelArn

        public void setBaseModelArn(String baseModelArn)

        The base model Amazon Resource Name (ARN).

        Parameters:
        baseModelArn - The base model Amazon Resource Name (ARN).
      • getBaseModelArn

        public String getBaseModelArn()

        The base model Amazon Resource Name (ARN).

        Returns:
        The base model Amazon Resource Name (ARN).
      • withBaseModelArn

        public CustomModelSummary withBaseModelArn(String baseModelArn)

        The base model Amazon Resource Name (ARN).

        Parameters:
        baseModelArn - The base model Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBaseModelName

        public void setBaseModelName(String baseModelName)

        The base model name.

        Parameters:
        baseModelName - The base model name.
      • getBaseModelName

        public String getBaseModelName()

        The base model name.

        Returns:
        The base model name.
      • withBaseModelName

        public CustomModelSummary withBaseModelName(String baseModelName)

        The base model name.

        Parameters:
        baseModelName - The base model name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCustomizationType

        public void setCustomizationType(String customizationType)

        Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.

        Parameters:
        customizationType - Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
        See Also:
        CustomizationType
      • getCustomizationType

        public String getCustomizationType()

        Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.

        Returns:
        Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
        See Also:
        CustomizationType
      • withCustomizationType

        public CustomModelSummary withCustomizationType(String customizationType)

        Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.

        Parameters:
        customizationType - Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomizationType
      • withCustomizationType

        public CustomModelSummary withCustomizationType(CustomizationType customizationType)

        Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.

        Parameters:
        customizationType - Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomizationType
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /