Interface UpdateHubContentReferenceRequest.Builder

    • Method Detail

      • hubName

        UpdateHubContentReferenceRequest.Builder hubName​(String 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, HubContentType
      • hubContentType

        UpdateHubContentReferenceRequest.Builder hubContentType​(HubContentType 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, HubContentType
      • minVersion

        UpdateHubContentReferenceRequest.Builder minVersion​(String 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.