JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class HumanLoopConfig

    • Constructor Detail

      • HumanLoopConfig

        public HumanLoopConfig()
    • Method Detail

      • setWorkteamArn

        public void setWorkteamArn(String workteamArn)

        Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.

        Parameters:
        workteamArn - Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.
      • getWorkteamArn

        public String getWorkteamArn()

        Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.

        Returns:
        Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.
      • withWorkteamArn

        public HumanLoopConfig withWorkteamArn(String workteamArn)

        Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.

        Parameters:
        workteamArn - Amazon Resource Name (ARN) of a team of workers. To learn more about the types of workforces and work teams you can create and use with Amazon A2I, see Create and Manage Workforces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setHumanTaskUiArn

        public void setHumanTaskUiArn(String humanTaskUiArn)

        The Amazon Resource Name (ARN) of the human task user interface.

        You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

        To learn how to create a custom HTML template, see Create Custom Worker Task Template.

        To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

        Parameters:
        humanTaskUiArn - The Amazon Resource Name (ARN) of the human task user interface.

        You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

        To learn how to create a custom HTML template, see Create Custom Worker Task Template.

        To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

      • getHumanTaskUiArn

        public String getHumanTaskUiArn()

        The Amazon Resource Name (ARN) of the human task user interface.

        You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

        To learn how to create a custom HTML template, see Create Custom Worker Task Template.

        To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

        Returns:
        The Amazon Resource Name (ARN) of the human task user interface.

        You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

        To learn how to create a custom HTML template, see Create Custom Worker Task Template.

        To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

      • withHumanTaskUiArn

        public HumanLoopConfig withHumanTaskUiArn(String humanTaskUiArn)

        The Amazon Resource Name (ARN) of the human task user interface.

        You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

        To learn how to create a custom HTML template, see Create Custom Worker Task Template.

        To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

        Parameters:
        humanTaskUiArn - The Amazon Resource Name (ARN) of the human task user interface.

        You can use standard HTML and Crowd HTML Elements to create a custom worker task template. You use this template to create a human task UI.

        To learn how to create a custom HTML template, see Create Custom Worker Task Template.

        To learn how to create a human task UI, which is a worker task template that can be used in a flow definition, see Create and Delete a Worker Task Templates.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTaskTitle

        public void setTaskTitle(String taskTitle)

        A title for the human worker task.

        Parameters:
        taskTitle - A title for the human worker task.
      • getTaskTitle

        public String getTaskTitle()

        A title for the human worker task.

        Returns:
        A title for the human worker task.
      • withTaskTitle

        public HumanLoopConfig withTaskTitle(String taskTitle)

        A title for the human worker task.

        Parameters:
        taskTitle - A title for the human worker task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTaskDescription

        public void setTaskDescription(String taskDescription)

        A description for the human worker task.

        Parameters:
        taskDescription - A description for the human worker task.
      • getTaskDescription

        public String getTaskDescription()

        A description for the human worker task.

        Returns:
        A description for the human worker task.
      • withTaskDescription

        public HumanLoopConfig withTaskDescription(String taskDescription)

        A description for the human worker task.

        Parameters:
        taskDescription - A description for the human worker task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTaskCount

        public void setTaskCount(Integer taskCount)

        The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.

        Parameters:
        taskCount - The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.
      • getTaskCount

        public Integer getTaskCount()

        The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.

        Returns:
        The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.
      • withTaskCount

        public HumanLoopConfig withTaskCount(Integer taskCount)

        The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.

        Parameters:
        taskCount - The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTaskAvailabilityLifetimeInSeconds

        public void setTaskAvailabilityLifetimeInSeconds(Integer taskAvailabilityLifetimeInSeconds)

        The length of time that a task remains available for review by human workers.

        Parameters:
        taskAvailabilityLifetimeInSeconds - The length of time that a task remains available for review by human workers.
      • getTaskAvailabilityLifetimeInSeconds

        public Integer getTaskAvailabilityLifetimeInSeconds()

        The length of time that a task remains available for review by human workers.

        Returns:
        The length of time that a task remains available for review by human workers.
      • withTaskAvailabilityLifetimeInSeconds

        public HumanLoopConfig withTaskAvailabilityLifetimeInSeconds(Integer taskAvailabilityLifetimeInSeconds)

        The length of time that a task remains available for review by human workers.

        Parameters:
        taskAvailabilityLifetimeInSeconds - The length of time that a task remains available for review by human workers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTaskTimeLimitInSeconds

        public void setTaskTimeLimitInSeconds(Integer taskTimeLimitInSeconds)

        The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).

        Parameters:
        taskTimeLimitInSeconds - The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).
      • getTaskTimeLimitInSeconds

        public Integer getTaskTimeLimitInSeconds()

        The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).

        Returns:
        The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).
      • withTaskTimeLimitInSeconds

        public HumanLoopConfig withTaskTimeLimitInSeconds(Integer taskTimeLimitInSeconds)

        The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).

        Parameters:
        taskTimeLimitInSeconds - The amount of time that a worker has to complete a task. The default value is 3,600 seconds (1 hour).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTaskKeywords

        public List<String> getTaskKeywords()

        Keywords used to describe the task so that workers can discover the task.

        Returns:
        Keywords used to describe the task so that workers can discover the task.
      • setTaskKeywords

        public void setTaskKeywords(Collection<String> taskKeywords)

        Keywords used to describe the task so that workers can discover the task.

        Parameters:
        taskKeywords - Keywords used to describe the task so that workers can discover the task.
      • withTaskKeywords

        public HumanLoopConfig withTaskKeywords(String... taskKeywords)

        Keywords used to describe the task so that workers can discover the task.

        NOTE: This method appends the values to the existing list (if any). Use setTaskKeywords(java.util.Collection) or withTaskKeywords(java.util.Collection) if you want to override the existing values.

        Parameters:
        taskKeywords - Keywords used to describe the task so that workers can discover the task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTaskKeywords

        public HumanLoopConfig withTaskKeywords(Collection<String> taskKeywords)

        Keywords used to describe the task so that workers can discover the task.

        Parameters:
        taskKeywords - Keywords used to describe the task so that workers can discover the task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPublicWorkforceTaskPrice

        public void setPublicWorkforceTaskPrice(PublicWorkforceTaskPrice publicWorkforceTaskPrice)
        Parameters:
        publicWorkforceTaskPrice -
      • withPublicWorkforceTaskPrice

        public HumanLoopConfig withPublicWorkforceTaskPrice(PublicWorkforceTaskPrice publicWorkforceTaskPrice)
        Parameters:
        publicWorkforceTaskPrice -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /