Interface GetImportedModelResponse.Builder

  • Method Details

    • 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

      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

      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

      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.
    • modelDataSource

      default GetImportedModelResponse.Builder modelDataSource(Consumer<ModelDataSource.Builder> modelDataSource)

      The data source for this imported model.

      This is a convenience method that creates an instance of the ModelDataSource.Builder avoiding the need to create one manually via ModelDataSource.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to modelDataSource(ModelDataSource).

      Parameters:
      modelDataSource - a consumer that will call methods on ModelDataSource.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • customModelUnits

      default GetImportedModelResponse.Builder customModelUnits(Consumer<CustomModelUnits.Builder> customModelUnits)

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

      This is a convenience method that creates an instance of the CustomModelUnits.Builder avoiding the need to create one manually via CustomModelUnits.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to customModelUnits(CustomModelUnits).

      Parameters:
      customModelUnits - a consumer that will call methods on CustomModelUnits.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: