public final class UndeployModelRequest extends GeneratedMessageV3 implements UndeployModelRequestOrBuilder
Request message for EndpointService.UndeployModel.
Protobuf type google.cloud.aiplatform.v1.UndeployModelRequest
Static Fields
public static final int DEPLOYED_MODEL_ID_FIELD_NUMBER
Field Value
public static final int ENDPOINT_FIELD_NUMBER
Field Value
public static final int TRAFFIC_SPLIT_FIELD_NUMBER
Field Value
Static Methods
public static UndeployModelRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static UndeployModelRequest.Builder newBuilder()
Returns
public static UndeployModelRequest.Builder newBuilder(UndeployModelRequest prototype)
Parameter
Returns
public static UndeployModelRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UndeployModelRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UndeployModelRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static UndeployModelRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UndeployModelRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static UndeployModelRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UndeployModelRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UndeployModelRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UndeployModelRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UndeployModelRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UndeployModelRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static UndeployModelRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<UndeployModelRequest> parser()
Returns
Methods
public boolean containsTrafficSplit(String key)
If this field is provided, then the Endpoint's
traffic_split will be overwritten with it. If
last DeployedModel is being undeployed from the Endpoint, the
[Endpoint.traffic_split] will always end up empty when this call returns.
A DeployedModel will be successfully undeployed only if it doesn't have
any traffic assigned to it when this method executes, or if this field
unassigns any traffic to it.
map<string, int32> traffic_split = 3;
Parameter
Returns
public boolean equals(Object obj)
Parameter
Returns
Overrides
public UndeployModelRequest getDefaultInstanceForType()
Returns
public String getDeployedModelId()
Required. The ID of the DeployedModel to be undeployed from the Endpoint.
string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
String | The deployedModelId.
|
public ByteString getDeployedModelIdBytes()
Required. The ID of the DeployedModel to be undeployed from the Endpoint.
string deployed_model_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
ByteString | The bytes for deployedModelId.
|
public String getEndpoint()
Required. The name of the Endpoint resource from which to undeploy a Model.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The endpoint.
|
public ByteString getEndpointBytes()
Required. The name of the Endpoint resource from which to undeploy a Model.
Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
string endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public Parser<UndeployModelRequest> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public Map<String,Integer> getTrafficSplit()
Returns
public int getTrafficSplitCount()
If this field is provided, then the Endpoint's
traffic_split will be overwritten with it. If
last DeployedModel is being undeployed from the Endpoint, the
[Endpoint.traffic_split] will always end up empty when this call returns.
A DeployedModel will be successfully undeployed only if it doesn't have
any traffic assigned to it when this method executes, or if this field
unassigns any traffic to it.
map<string, int32> traffic_split = 3;
Returns
public Map<String,Integer> getTrafficSplitMap()
If this field is provided, then the Endpoint's
traffic_split will be overwritten with it. If
last DeployedModel is being undeployed from the Endpoint, the
[Endpoint.traffic_split] will always end up empty when this call returns.
A DeployedModel will be successfully undeployed only if it doesn't have
any traffic assigned to it when this method executes, or if this field
unassigns any traffic to it.
map<string, int32> traffic_split = 3;
Returns
public int getTrafficSplitOrDefault(String key, int defaultValue)
If this field is provided, then the Endpoint's
traffic_split will be overwritten with it. If
last DeployedModel is being undeployed from the Endpoint, the
[Endpoint.traffic_split] will always end up empty when this call returns.
A DeployedModel will be successfully undeployed only if it doesn't have
any traffic assigned to it when this method executes, or if this field
unassigns any traffic to it.
map<string, int32> traffic_split = 3;
Parameters
Returns
public int getTrafficSplitOrThrow(String key)
If this field is provided, then the Endpoint's
traffic_split will be overwritten with it. If
last DeployedModel is being undeployed from the Endpoint, the
[Endpoint.traffic_split] will always end up empty when this call returns.
A DeployedModel will be successfully undeployed only if it doesn't have
any traffic assigned to it when this method executes, or if this field
unassigns any traffic to it.
map<string, int32> traffic_split = 3;
Parameter
Returns
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
protected MapField internalGetMapField(int number)
Parameter
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public UndeployModelRequest.Builder newBuilderForType()
Returns
protected UndeployModelRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public UndeployModelRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions