Class CreateEndpointRequest (0.8.0)

  CreateEndpointRequest 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Request message for EndpointService.CreateEndpoint .

Attributes

Name Description
parent str
Required. The resource name of the Location to create the Endpoint in. Format: ``projects/{project}/locations/{location}``
endpoint google.cloud.aiplatform_v1.types.Endpoint
Required. The Endpoint to create.

Inheritance

builtins.object > proto.message.Message > CreateEndpointRequest