@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopActivationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about how and under what conditions SageMaker creates a human loop. If
HumanLoopActivationConfig
is not given, then all requests go to humans.
Constructor and Description |
---|
HumanLoopActivationConfig() |
Modifier and Type | Method and Description |
---|---|
HumanLoopActivationConfig |
clone() |
boolean |
equals(Object obj) |
HumanLoopActivationConditionsConfig |
getHumanLoopActivationConditionsConfig()
Container structure for defining under what conditions SageMaker creates a human loop.
|
HumanLoopRequestSource |
getHumanLoopRequestSource()
Container for configuring the source of human task requests.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setHumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
|
void |
setHumanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
|
String |
toString()
Returns a string representation of this object.
|
HumanLoopActivationConfig |
withHumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
|
HumanLoopActivationConfig |
withHumanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
|
public void setHumanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
humanLoopRequestSource
- Container for configuring the source of human task requests.public HumanLoopRequestSource getHumanLoopRequestSource()
Container for configuring the source of human task requests.
public HumanLoopActivationConfig withHumanLoopRequestSource(HumanLoopRequestSource humanLoopRequestSource)
Container for configuring the source of human task requests.
humanLoopRequestSource
- Container for configuring the source of human task requests.public void setHumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
humanLoopActivationConditionsConfig
- Container structure for defining under what conditions SageMaker creates a human loop.public HumanLoopActivationConditionsConfig getHumanLoopActivationConditionsConfig()
Container structure for defining under what conditions SageMaker creates a human loop.
public HumanLoopActivationConfig withHumanLoopActivationConditionsConfig(HumanLoopActivationConditionsConfig humanLoopActivationConditionsConfig)
Container structure for defining under what conditions SageMaker creates a human loop.
humanLoopActivationConditionsConfig
- Container structure for defining under what conditions SageMaker creates a human loop.public String toString()
toString
in class Object
Object.toString()
public HumanLoopActivationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.