Interface UpdateHubContentReferenceRequest.Builder

  • Method Details

    • hubName

      The name of the SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.

      Parameters:
      hubName - The name of the SageMaker hub that contains the hub content you want to update. You can optionally use the hub ARN instead.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hubContentName

      UpdateHubContentReferenceRequest.Builder hubContentName(String hubContentName)

      The name of the hub content resource that you want to update.

      Parameters:
      hubContentName - The name of the hub content resource that you want to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hubContentType

      UpdateHubContentReferenceRequest.Builder hubContentType(String hubContentType)

      The content type of the resource that you want to update. Only specify a ModelReference resource for this API. To update a Model or Notebook resource, use the UpdateHubContent API instead.

      Parameters:
      hubContentType - The content type of the resource that you want to update. Only specify a ModelReference resource for this API. To update a Model or Notebook resource, use the UpdateHubContent API instead.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hubContentType

      The content type of the resource that you want to update. Only specify a ModelReference resource for this API. To update a Model or Notebook resource, use the UpdateHubContent API instead.

      Parameters:
      hubContentType - The content type of the resource that you want to update. Only specify a ModelReference resource for this API. To update a Model or Notebook resource, use the UpdateHubContent API instead.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • minVersion

      The minimum hub content version of the referenced model that you want to use. The minimum version must be older than the latest available version of the referenced model. To support all versions of a model, set the value to 1.0.0.

      Parameters:
      minVersion - The minimum hub content version of the referenced model that you want to use. The minimum version must be older than the latest available version of the referenced model. To support all versions of a model, set the value to 1.0.0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateHubContentReferenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.