Interface DescribeEndpointConfigResponse.Builder

    • Method Detail

      • endpointConfigName

        DescribeEndpointConfigResponse.Builder endpointConfigName​(String endpointConfigName)

        Name of the SageMaker endpoint configuration.

        Parameters:
        endpointConfigName - Name of the SageMaker endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpointConfigArn

        DescribeEndpointConfigResponse.Builder endpointConfigArn​(String endpointConfigArn)

        The Amazon Resource Name (ARN) of the endpoint configuration.

        Parameters:
        endpointConfigArn - The Amazon Resource Name (ARN) of the endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productionVariants

        DescribeEndpointConfigResponse.Builder productionVariants​(Collection<ProductionVariant> productionVariants)

        An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

        Parameters:
        productionVariants - An array of ProductionVariant objects, one for each model that you want to host at this endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productionVariants

        DescribeEndpointConfigResponse.Builder productionVariants​(ProductionVariant... productionVariants)

        An array of ProductionVariant objects, one for each model that you want to host at this endpoint.

        Parameters:
        productionVariants - An array of ProductionVariant objects, one for each model that you want to host at this endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataCaptureConfig

        DescribeEndpointConfigResponse.Builder dataCaptureConfig​(DataCaptureConfig dataCaptureConfig)
        Sets the value of the DataCaptureConfig property for this object.
        Parameters:
        dataCaptureConfig - The new value for the DataCaptureConfig property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • kmsKeyId

        DescribeEndpointConfigResponse.Builder kmsKeyId​(String kmsKeyId)

        Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.

        Parameters:
        kmsKeyId - Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeEndpointConfigResponse.Builder creationTime​(Instant creationTime)

        A timestamp that shows when the endpoint configuration was created.

        Parameters:
        creationTime - A timestamp that shows when the endpoint configuration was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • explainerConfig

        DescribeEndpointConfigResponse.Builder explainerConfig​(ExplainerConfig explainerConfig)

        The configuration parameters for an explainer.

        Parameters:
        explainerConfig - The configuration parameters for an explainer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shadowProductionVariants

        DescribeEndpointConfigResponse.Builder shadowProductionVariants​(Collection<ProductionVariant> shadowProductionVariants)

        An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants .

        Parameters:
        shadowProductionVariants - An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shadowProductionVariants

        DescribeEndpointConfigResponse.Builder shadowProductionVariants​(ProductionVariant... shadowProductionVariants)

        An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants .

        Parameters:
        shadowProductionVariants - An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • shadowProductionVariants

        DescribeEndpointConfigResponse.Builder shadowProductionVariants​(Consumer<ProductionVariant.Builder>... shadowProductionVariants)

        An array of ProductionVariant objects, one for each model that you want to host at this endpoint in shadow mode with production traffic replicated from the model specified on ProductionVariants .

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

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #shadowProductionVariants(List).

        Parameters:
        shadowProductionVariants - a consumer that will call methods on ProductionVariant.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #shadowProductionVariants(java.util.Collection)
      • executionRoleArn

        DescribeEndpointConfigResponse.Builder executionRoleArn​(String executionRoleArn)

        The Amazon Resource Name (ARN) of the IAM role that you assigned to the endpoint configuration.

        Parameters:
        executionRoleArn - The Amazon Resource Name (ARN) of the IAM role that you assigned to the endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcConfig

        DescribeEndpointConfigResponse.Builder vpcConfig​(VpcConfig vpcConfig)
        Sets the value of the VpcConfig property for this object.
        Parameters:
        vpcConfig - The new value for the VpcConfig property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enableNetworkIsolation

        DescribeEndpointConfigResponse.Builder enableNetworkIsolation​(Boolean enableNetworkIsolation)

        Indicates whether all model containers deployed to the endpoint are isolated. If they are, no inbound or outbound network calls can be made to or from the model containers.

        Parameters:
        enableNetworkIsolation - Indicates whether all model containers deployed to the endpoint are isolated. If they are, no inbound or outbound network calls can be made to or from the model containers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.