| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
ContainerRegistryDestination |
ContainerRegistryDestination.Builder.build() |
ContainerRegistryDestination |
ContainerRegistryDestination.Builder.buildPartial() |
static ContainerRegistryDestination |
ContainerRegistryDestination.getDefaultInstance() |
ContainerRegistryDestination |
ContainerRegistryDestination.getDefaultInstanceForType() |
ContainerRegistryDestination |
ContainerRegistryDestination.Builder.getDefaultInstanceForType() |
ContainerRegistryDestination |
ExportModelRequest.OutputConfigOrBuilder.getImageDestination()
The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
|
ContainerRegistryDestination |
ExportModelRequest.OutputConfig.getImageDestination()
The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
|
ContainerRegistryDestination |
ExportModelRequest.OutputConfig.Builder.getImageDestination()
The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
|
static ContainerRegistryDestination |
ContainerRegistryDestination.parseDelimitedFrom(InputStream input) |
static ContainerRegistryDestination |
ContainerRegistryDestination.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerRegistryDestination |
ContainerRegistryDestination.parseFrom(byte[] data) |
static ContainerRegistryDestination |
ContainerRegistryDestination.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerRegistryDestination |
ContainerRegistryDestination.parseFrom(ByteBuffer data) |
static ContainerRegistryDestination |
ContainerRegistryDestination.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerRegistryDestination |
ContainerRegistryDestination.parseFrom(com.google.protobuf.ByteString data) |
static ContainerRegistryDestination |
ContainerRegistryDestination.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerRegistryDestination |
ContainerRegistryDestination.parseFrom(com.google.protobuf.CodedInputStream input) |
static ContainerRegistryDestination |
ContainerRegistryDestination.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ContainerRegistryDestination |
ContainerRegistryDestination.parseFrom(InputStream input) |
static ContainerRegistryDestination |
ContainerRegistryDestination.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ContainerRegistryDestination> |
ContainerRegistryDestination.getParserForType() |
static com.google.protobuf.Parser<ContainerRegistryDestination> |
ContainerRegistryDestination.parser() |
| Modifier and Type | Method and Description |
|---|---|
ContainerRegistryDestination.Builder |
ContainerRegistryDestination.Builder.mergeFrom(ContainerRegistryDestination other) |
ExportModelRequest.OutputConfig.Builder |
ExportModelRequest.OutputConfig.Builder.mergeImageDestination(ContainerRegistryDestination value)
The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
|
static ContainerRegistryDestination.Builder |
ContainerRegistryDestination.newBuilder(ContainerRegistryDestination prototype) |
ExportModelRequest.OutputConfig.Builder |
ExportModelRequest.OutputConfig.Builder.setImageDestination(ContainerRegistryDestination value)
The Google Container Registry or Artifact Registry uri where the
Model container image will be copied to.
|
Copyright © 2023 Google LLC. All rights reserved.