Interface GetImportedModelResponse.Builder

    • Method Detail

      • modelArn

        GetImportedModelResponse.Builder modelArn​(String modelArn)

        The Amazon Resource Name (ARN) associated with this imported model.

        Parameters:
        modelArn - The Amazon Resource Name (ARN) associated with this imported model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelName

        GetImportedModelResponse.Builder modelName​(String modelName)

        The name of the imported model.

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

        GetImportedModelResponse.Builder jobName​(String jobName)

        Job name associated with the imported model.

        Parameters:
        jobName - Job name associated with the imported model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobArn

        GetImportedModelResponse.Builder jobArn​(String jobArn)

        Job Amazon Resource Name (ARN) associated with the imported model.

        Parameters:
        jobArn - Job Amazon Resource Name (ARN) associated with the imported model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelDataSource

        GetImportedModelResponse.Builder modelDataSource​(ModelDataSource modelDataSource)

        The data source for this imported model.

        Parameters:
        modelDataSource - The data source for this imported model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        GetImportedModelResponse.Builder creationTime​(Instant creationTime)

        Creation time of the imported model.

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

        GetImportedModelResponse.Builder modelArchitecture​(String modelArchitecture)

        The architecture of the imported model.

        Parameters:
        modelArchitecture - The architecture of the imported model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelKmsKeyArn

        GetImportedModelResponse.Builder modelKmsKeyArn​(String modelKmsKeyArn)

        The imported model is encrypted at rest using this key.

        Parameters:
        modelKmsKeyArn - The imported model is encrypted at rest using this key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instructSupported

        GetImportedModelResponse.Builder instructSupported​(Boolean instructSupported)

        Specifies if the imported model supports converse.

        Parameters:
        instructSupported - Specifies if the imported model supports converse.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customModelUnits

        GetImportedModelResponse.Builder customModelUnits​(CustomModelUnits customModelUnits)

        Information about the hardware utilization for a single copy of the model.

        Parameters:
        customModelUnits - Information about the hardware utilization for a single copy of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.