pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.outputs
/
EndpointScheduleActionResponse
Endpoint
Schedule
Action
Response
data
class
EndpointScheduleActionResponse
(
val
actionType
:
String
,
val
endpointInvocationDefinition
:
Any
)
Types
Constructors
Properties
Constructors
Endpoint
Schedule
Action
Response
Link copied to clipboard
fun
EndpointScheduleActionResponse
(
actionType
:
String
,
endpointInvocationDefinition
:
Any
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
action
Type
Link copied to clipboard
val
actionType
:
String
Expected value is 'InvokeBatchEndpoint'.
endpoint
Invocation
Definition
Link copied to clipboard
val
endpointInvocationDefinition
:
Any
Required Defines Schedule action definition details.