Interface ServiceEnvironmentDetail.Builder

    • Method Detail

      • serviceEnvironmentName

        ServiceEnvironmentDetail.Builder serviceEnvironmentName​(String serviceEnvironmentName)

        The name of the service environment.

        Parameters:
        serviceEnvironmentName - The name of the service environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceEnvironmentArn

        ServiceEnvironmentDetail.Builder serviceEnvironmentArn​(String serviceEnvironmentArn)

        The Amazon Resource Name (ARN) of the service environment.

        Parameters:
        serviceEnvironmentArn - The Amazon Resource Name (ARN) of the service environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceEnvironmentType

        ServiceEnvironmentDetail.Builder serviceEnvironmentType​(String serviceEnvironmentType)

        The type of service environment. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.

        Parameters:
        serviceEnvironmentType - The type of service environment. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceEnvironmentType, ServiceEnvironmentType
      • serviceEnvironmentType

        ServiceEnvironmentDetail.Builder serviceEnvironmentType​(ServiceEnvironmentType serviceEnvironmentType)

        The type of service environment. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.

        Parameters:
        serviceEnvironmentType - The type of service environment. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceEnvironmentType, ServiceEnvironmentType
      • capacityLimits

        ServiceEnvironmentDetail.Builder capacityLimits​(Collection<CapacityLimit> capacityLimits)

        The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.

        Parameters:
        capacityLimits - The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityLimits

        ServiceEnvironmentDetail.Builder capacityLimits​(CapacityLimit... capacityLimits)

        The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.

        Parameters:
        capacityLimits - The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.